You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by ah...@apache.org on 2017/06/26 15:35:15 UTC

[27/36] git commit: [flex-falcon] [refs/heads/develop] - fix where we find Git

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/develop
Commit: 78e85147dd36fb266c9e0f714433871ca9692d65
Parents: 833705e
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 8 19:41:52 2017 -0700
Committer: Alex Harui <ah...@apache.org>
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" />