Skip to content

Commit

Permalink
gpg not gpg2 in release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj committed Apr 4, 2024
1 parent cedbbc8 commit 047bdd4
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 @@ -76,5 +76,5 @@ echo "$ARCHIVE"

if [ $TESTREL -eq 0 ]; then
echo Sign it with
echo gpg2 --detach-sign -a -u F29C6773 "$ARCHIVE"
echo gpg --detach-sign -a -u F29C6773 "$ARCHIVE"
fi

0 comments on commit 047bdd4

Please sign in to comment.