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/09 21:33:12 UTC

[3/3] git commit: [flex-falcon] [refs/heads/release0.8.0] - fix path to browser

fix path to browser


Project: http://git-wip-us.apache.org/repos/asf/flex-falcon/repo
Commit: http://git-wip-us.apache.org/repos/asf/flex-falcon/commit/e8e91e67
Tree: http://git-wip-us.apache.org/repos/asf/flex-falcon/tree/e8e91e67
Diff: http://git-wip-us.apache.org/repos/asf/flex-falcon/diff/e8e91e67

Branch: refs/heads/release0.8.0
Commit: e8e91e671ffa33ec4da3c62ec1c0269354818026
Parents: fb3ef5d
Author: Alex Harui <ah...@apache.org>
Authored: Fri Jun 9 14:31:08 2017 -0700
Committer: Alex Harui <ah...@apache.org>
Committed: Fri Jun 9 14:31:08 2017 -0700

----------------------------------------------------------------------
 releasecandidate.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flex-falcon/blob/e8e91e67/releasecandidate.xml
----------------------------------------------------------------------
diff --git a/releasecandidate.xml b/releasecandidate.xml
index 8f3fe3c..d342419 100644
--- a/releasecandidate.xml
+++ b/releasecandidate.xml
@@ -119,7 +119,7 @@
 		property="browser" value="${env.ProgramFiles}/Mozilla Firefox/firefox.exe" />
     <available file="${env.ProgramFiles(x86)}/Mozilla Firefox/firefox.exe"
 		type="file"
-		property="browser" value="${env.ProgramFiles}/Mozilla Firefox/firefox.exe" />
+		property="browser" value="${env.ProgramFiles(x86)}/Mozilla Firefox/firefox.exe" />
     <available file="/Applications/Firefox.app/Contents/MacOS/firefox"
 		type="file"
 		property="browser" value="/Applications/Firefox.app/Contents/MacOS/firefox" />