From: Kern Sibbald Date: Mon, 11 Jun 2012 14:05:11 +0000 (+0200) Subject: Update comment in pushtags X-Git-Tag: Release-7.0.0~191 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ef236372bf12b16329b6eb05b0833bb899d10c53;p=bacula%2Fbacula Update comment in pushtags --- diff --git a/bacula/release/pushtags b/bacula/release/pushtags index a1ed841e9e..4ec85e1bb4 100755 --- a/bacula/release/pushtags +++ b/bacula/release/pushtags @@ -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 -