Wroing file path fixed.
Project: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/repo Commit: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/commit/bf4ef850 Tree: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/tree/bf4ef850 Diff: http://git-wip-us.apache.org/repos/asf/logging-log4cxx/diff/bf4ef850 Branch: refs/heads/release_scripts Commit: bf4ef85068ffb65dac1bf703e1bff33ba7e111ba Parents: daae8fe Author: Thorsten Schöning <[email protected]> Authored: Thu Aug 17 10:44:21 2017 +0200 Committer: Thorsten Schöning <[email protected]> Committed: Thu Aug 17 10:44:21 2017 +0200 ---------------------------------------------------------------------- releasePurge.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/logging-log4cxx/blob/bf4ef850/releasePurge.sh ---------------------------------------------------------------------- diff --git a/releasePurge.sh b/releasePurge.sh index c522f05..70e149d 100755 --- a/releasePurge.sh +++ b/releasePurge.sh @@ -50,7 +50,7 @@ function revert_pom_and_changes() echo "${changes/$'\n\n\n\n\n'/}" > "src/changes/changes.xml" git add "pom.xml" - git add "src/changes/changes_xml" + git add "src/changes/changes.xml" git commit -m "No 0.11.1 yet." }
