Skip to content

Commit cbd7dad

Browse files
committed
Makefile: fix typo.
1 parent 21f0586 commit cbd7dad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ release:
5959
exit 1 ; \
6060
fi
6161
# Create a git tag.
62-
@ git tag -v$(VERSION)
62+
@ git tag v$(VERSION)
6363
# Upload. (This automatically makes a .tar.gz archive available on github.)
6464
@ git push
6565
@ git push --tags

0 commit comments

Comments
 (0)