Repository: cordova-medic Updated Branches: refs/heads/master 727e144dd -> ccb29fffd
CB-6846 Fixes `Platform Add` fail on Windows slave github: close #7 Project: http://git-wip-us.apache.org/repos/asf/cordova-medic/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-medic/commit/ccb29fff Tree: http://git-wip-us.apache.org/repos/asf/cordova-medic/tree/ccb29fff Diff: http://git-wip-us.apache.org/repos/asf/cordova-medic/diff/ccb29fff Branch: refs/heads/master Commit: ccb29fffd7e33734b114aeb03309f87f18d779a2 Parents: 727e144 Author: Vladimir Kotikov <[email protected]> Authored: Fri May 30 11:50:06 2014 +0400 Committer: Max Woghiren <[email protected]> Committed: Wed Jul 2 11:42:50 2014 -0400 ---------------------------------------------------------------------- writejson.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-medic/blob/ccb29fff/writejson.js ---------------------------------------------------------------------- diff --git a/writejson.js b/writejson.js index 0a396c5..ccb6d20 100644 --- a/writejson.js +++ b/writejson.js @@ -41,7 +41,7 @@ fs.writeFileSync(path.join(MSPEC_DIR,'.cordova','config.json'), "id": "cordova-windows-'+BRANCH+'"\ },\ "blackberry": {\ - "uri": "'+TEST_DIR+'/cordova-blackberry",\ + "uri": "'+TEST_DIR_ESCAPED+'/cordova-blackberry",\ "version": "'+BRANCH+'",\ "id": "cordova-blackberry-'+BRANCH+'"\ }\
