1
1
mirror of https://github.com/walles/moar.git synced 2024-07-14 15:20:29 +03:00

Fix speling error

This commit is contained in:
Johan Walles 2019-08-04 19:45:20 +02:00
parent 9bd1693037
commit 687c948bd9

View File

@ -26,7 +26,7 @@ read -r VERSION
# changes since last release as inspiration
# Make an annotated tag for this release
git tag --annotated "$VERSION"
git tag --annotate "$VERSION"
# NOTE: To get the version number right, these builds must
# be done after the above tagging.