Skip to content

Commit

Permalink
Fix release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
mtibben committed Feb 5, 2022
1 parent 33b7337 commit 9b7fc75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ clean:

release: binaries dmgs SHA256SUMS

@echo "\nTo create a new release run:\n\n gh release create --title v$(VERSION) v$(VERSION) \
@echo "\nTo create a new release run:\n\n gh release create --title $(VERSION) $(VERSION) \
aws-vault-darwin-amd64.dmg \
aws-vault-darwin-arm64.dmg \
aws-vault-freebsd-amd64 \
Expand Down

0 comments on commit 9b7fc75

Please sign in to comment.