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 <[email protected]> Authored: Thu Aug 17 16:11:59 2017 +0200 Committer: Thorsten Schöning <[email protected]> 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 }
