You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2017/08/17 14:27:25 UTC

[17/17] logging-log4cxx git commit: Codestyle

Codestyle


Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo
Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/85583f52
Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/85583f52
Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/85583f52

Branch: refs/heads/release_scripts
Commit: 85583f525c50c77c9af7891fcd58e36a9bcd2042
Parents: e0c14b7
Author: Thorsten Schöning <ts...@am-soft.de>
Authored: Thu Aug 17 16:11:59 2017 +0200
Committer: Thorsten Schöning <ts...@am-soft.de>
Committed: Thu Aug 17 16:11:59 2017 +0200

----------------------------------------------------------------------
 releasePurge.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/85583f52/releasePurge.sh
----------------------------------------------------------------------
diff --git a/releasePurge.sh b/releasePurge.sh
index 9bea16a..d692e93 100755
--- a/releasePurge.sh
+++ b/releasePurge.sh
@@ -37,7 +37,7 @@ function purge_branch_and_tag()
 
   for tag in $(git tag -l | grep "v0.11.0-RC")
   do  
-    git tag  --delete "${tag}"
+    git tag  --delete          "${tag}"
     git push --delete "origin" "${tag}"
   done
 }