Repository: flex-falcon Updated Branches: refs/heads/release0.8.0 833705e09 -> 78e85147d
fix where we find Git Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/78e85147 Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/78e85147 Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/78e85147 Branch: refs/heads/release0.8.0 Commit: 78e85147dd36fb266c9e0f714433871ca9692d65 Parents: 833705e Author: Alex Harui <[email protected]> Authored: Thu Jun 8 19:41:52 2017 -0700 Committer: Alex Harui <[email protected]> Committed: Thu Jun 8 19:41:52 2017 -0700 ---------------------------------------------------------------------- releasecandidate.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/78e85147/releasecandidate.xml ---------------------------------------------------------------------- diff --git a/releasecandidate.xml b/releasecandidate.xml index 7c2c43a..8f3fe3c 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" />
