You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2016/09/07 05:58:26 UTC

cordova-lib git commit: CB-11811 - Typo in repo location

Repository: cordova-lib
Updated Branches:
  refs/heads/master c9c3e93a5 -> f8b58c782


CB-11811 - Typo in repo location


Project: http://git-wip-us.apache.org/repos/asf/cordova-lib/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-lib/commit/f8b58c78
Tree: http://git-wip-us.apache.org/repos/asf/cordova-lib/tree/f8b58c78
Diff: http://git-wip-us.apache.org/repos/asf/cordova-lib/diff/f8b58c78

Branch: refs/heads/master
Commit: f8b58c782c71558516adbbd81929ee31ec3ded7f
Parents: c9c3e93
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue Sep 6 22:58:21 2016 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue Sep 6 22:58:21 2016 -0700

----------------------------------------------------------------------
 cordova-lib/spec-cordova/platform.spec.ios.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-lib/blob/f8b58c78/cordova-lib/spec-cordova/platform.spec.ios.js
----------------------------------------------------------------------
diff --git a/cordova-lib/spec-cordova/platform.spec.ios.js b/cordova-lib/spec-cordova/platform.spec.ios.js
index 324346a..6f0bd03 100644
--- a/cordova-lib/spec-cordova/platform.spec.ios.js
+++ b/cordova-lib/spec-cordova/platform.spec.ios.js
@@ -49,8 +49,7 @@ describe('cocoapod plugin add and rm end-to-end', function () {
         cordova.raw.create('hello4')
         .then(function() {
             process.chdir(project);
-            //return cordova.raw.platform('add', 'https://git-wip-us.apache.org/repos/asf/cordova-ios.git');
-            return cordova.raw.platform('add', '/Users/shazron/Documents/git/apache/cordova-ios');
+            return cordova.raw.platform('add', 'https://git-wip-us.apache.org/repos/asf/cordova-ios.git');
         })
         .then(function() {
             return cordova.raw.plugin('add', samplePlugin);


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org