Skip to content

Commit

Permalink
fix gpg passphrase parameter name
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvard Fonsell committed Apr 2, 2016
1 parent 81d96a8 commit 804d017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ shift
SNAPSHOT_VERSION=$SNAPSHOT_VERSION-SNAPSHOT

if [[ -n $1 ]]; then
GPG_PASSPHRASE="-Dpassphrase=$1"
GPG_PASSPHRASE="-Dgpg.passphrase=$1"
fi
shift

Expand Down

0 comments on commit 804d017

Please sign in to comment.