summaryrefslogtreecommitdiff
path: root/maketag.sh
diff options
context:
space:
mode:
Diffstat (limited to 'maketag.sh')
-rwxr-xr-xmaketag.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/maketag.sh b/maketag.sh
index 4317ff70..037cec57 100755
--- a/maketag.sh
+++ b/maketag.sh
@@ -1,3 +1,3 @@
#!/bin/sh
git tag -a v$1 -m'v$1'
-git push origin $1
+git push origin v$1