From: Kern Sibbald Date: Sun, 10 Jun 2012 09:59:11 +0000 (+0200) Subject: Tweak comment in pushtags X-Git-Tag: Release-5.2.8~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53303791dbc8ebce82b3656a344c9556d50ce397;p=thirdparty%2Fbacula.git Tweak comment in pushtags --- diff --git a/bacula/release/pushtags b/bacula/release/pushtags index a1ed841e9..4ec85e1bb 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 -