]> git.sur5r.net Git - bacula/bacula/commitdiff
Tweak comment in pushtags
authorKern Sibbald <kern@sibbald.com>
Sun, 10 Jun 2012 09:59:11 +0000 (11:59 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 10 Jun 2012 09:59:11 +0000 (11:59 +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
-