You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flex.apache.org by pi...@apache.org on 2017/06/18 12:36:39 UTC

[28/50] [abbrv] git commit: [flex-asjs] [refs/heads/tlf] - fix path to git

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/tlf
Commit: dd6fc270ed41a30af82e33c97ae077745a7f055a
Parents: d30ea0c
Author: Alex Harui <ah...@apache.org>
Authored: Thu Jun 8 23:59:47 2017 -0700
Committer: Alex Harui <ah...@apache.org>
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" />