Skip to content

Commit 010d516

Browse files
committed
Fix indentation in mix release
1 parent fb42733 commit 010d516

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lib/mix/lib/mix/tasks/release.ex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -389,10 +389,10 @@ defmodule Mix.Tasks.Release do
389389
* `:strip_beams` - controls if BEAM files should have their debug information,
390390
documentation chunks, and other non-essential metadata removed. Defaults to
391391
`true`. May be set to `false` to disable stripping. Also accepts
392-
`[keep: ["Docs", "Dbgi"]]` to keep certain chunks that are usually stripped.
393-
You can also set the `:compress` option to true to enable individual
394-
compression of BEAM files, although it is typically preferred to compress
395-
the whole release instead.
392+
`[keep: ["Docs", "Dbgi"]]` to keep certain chunks that are usually stripped.
393+
You can also set the `:compress` option to true to enable individual
394+
compression of BEAM files, although it is typically preferred to compress
395+
the whole release instead.
396396
397397
* `:cookie` - a string representing the Erlang Distribution cookie. If this
398398
option is not set, a random cookie is written to the `releases/COOKIE` file

0 commit comments

Comments
 (0)