Skip to content

Commit

Permalink
Flip confirmation Y with passphrase
Browse files Browse the repository at this point in the history
  • Loading branch information
aforward committed Sep 28, 2017
1 parent 4ea0df0 commit a1bde34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mix/tasks/githooks/hexup.ex
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ if [ "$(MIX_QUIET=true mix version.is_release)" != "" ]; then
mix test && \
mix version.tag && \
mix hex.publish <<EOF
#{passphrase}
Y
#{passphrase}
EOF
else
echo "Continue making the app awesome."
Expand Down

0 comments on commit a1bde34

Please sign in to comment.