fix path to git
Project: http://git-wip-us.apache.org/repos/asf/flex-asjs/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-asjs/commit/dd6fc270 Tree: http://git-wip-us.apache.org/repos/asf/flex-asjs/tree/dd6fc270 Diff: http://git-wip-us.apache.org/repos/asf/flex-asjs/diff/dd6fc270 Branch: refs/heads/release0.8.0 Commit: dd6fc270ed41a30af82e33c97ae077745a7f055a Parents: d30ea0c Author: Alex Harui <[email protected]> Authored: Thu Jun 8 23:59:47 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Jun 8 23:59:47 2017 -0700 ---------------------------------------------------------------------- releasecandidate.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-asjs/blob/dd6fc270/releasecandidate.xml ---------------------------------------------------------------------- diff --git a/releasecandidate.xml b/releasecandidate.xml index f2a65a1..ed2d1d2 100644 --- a/releasecandidate.xml +++ b/releasecandidate.xml @@ -153,7 +153,7 @@ property="git" value="${env.ProgramFiles}/Git/bin/git.exe" /> <available file="${env.ProgramFiles(x86)}/Git/bin/git.exe" type="file" - property="git" value="${env.ProgramFiles}/Git/bin/git.exe" /> + property="git" value="${env.ProgramFiles(x86)}/Git/bin/git.exe" /> <available file="/usr/local/git/bin/git" type="file" property="git" value="/usr/local/git/bin/git" />
