From d49b54917ab5a296b0a10696e3fa6a7c5f5fd648 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Mon, 11 Jun 2012 16:05:11 +0200 Subject: [PATCH] Update comment in pushtags --- bacula/release/pushtags | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 - -- 2.39.5