Skip to content

Commit

Permalink
Update lib/mix/tasks/hex.package.ex
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmach committed Jun 9, 2019
1 parent 9429d4f commit ba01d6f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/mix/tasks/hex.package.ex
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,8 @@ defmodule Mix.Tasks.Hex.Package do
mix hex.package diff PACKAGE VERSION1..VERSION2
This command fetches package tarballs for both versions,
unpacks them into temporary directories and runs a diff
command. Afterwards, the temporary directories are automatically
deleted.
unpacks them into temporary directories and runs a diff command.
Afterwards, the temporary directories are automatically deleted.
Note, similarly to when tarballs are fetched with `mix deps.get`,
a `hex_metadata.config` is placed in each unpacked directory.
Expand All @@ -36,7 +35,7 @@ defmodule Mix.Tasks.Hex.Package do
### Diff command
The diff command can be customized by setting `diff_command`
configuration option, see `mix help config` for more information.
configuration option, see `mix help hex.config` for more information.
The default diff command is:
#{@default_diff_command}
Expand Down

0 comments on commit ba01d6f

Please sign in to comment.