Fix "push tag" command.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 17 Mar 2011 19:40:46 +0000 (20:40 +0100)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Thu, 17 Mar 2011 19:40:46 +0000 (20:40 +0100)
makepub

diff --git a/makepub b/makepub
index d76a4a7..4159d0f 100755 (executable)
--- a/makepub
+++ b/makepub
@@ -39,7 +39,7 @@ tversion=`echo $next_version | sed 's/[.]/-/g'`
 
 git tag -a "$initial$tversion" -m "$name v$next_version is released"
 
 
 git tag -a "$initial$tversion" -m "$name v$next_version is released"
 
-git push && git push master tag "$initial$tversion"
+git push && git push origin tag "$initial$tversion"
 
 # Increase the number, yet again, to start the next development cycle.
 
 
 # Increase the number, yet again, to start the next development cycle.