]> git.sur5r.net Git - bacula/bacula/commitdiff
Update comment in pushtags
authorKern Sibbald <kern@sibbald.com>
Mon, 11 Jun 2012 14:05:11 +0000 (16:05 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:50:47 +0000 (14:50 +0200)
bacula/release/pushtags

index a1ed841e9e953b05c620841f8831691fa4532d26..4ec85e1bb490d995020565841519b961fd6a5e68 100755 (executable)
@@ -17,7 +17,6 @@ for i in $bacula $docs ; do
   git checkout ${branch}
   git push ${remote} ${branch}
   git push ${remote} tag ${fulltag}
-  echo "Pushed ${remote} and push tag ${fulltag} in $i"
+  echo "Pushed ${remote} and git push ${remote} tag ${fulltag} in $i"
   git checkout ${current}
 done
-