This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new 5e688ca  Fix ios-deploy repo in check_reqs (#524)
5e688ca is described below

commit 5e688ca4ddf698fad5d10185f7583dec49abcfe1
Author: Jan Piotrowski <[email protected]>
AuthorDate: Thu Feb 14 10:10:56 2019 +0100

    Fix ios-deploy repo in check_reqs (#524)
    
    Tiny change to update the repo URL of `ios-deploy`.
---
 bin/templates/scripts/cordova/lib/check_reqs.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/templates/scripts/cordova/lib/check_reqs.js 
b/bin/templates/scripts/cordova/lib/check_reqs.js
index 0af8ed3..85a0c3e 100644
--- a/bin/templates/scripts/cordova/lib/check_reqs.js
+++ b/bin/templates/scripts/cordova/lib/check_reqs.js
@@ -33,7 +33,7 @@ const XCODEBUILD_NOT_FOUND_MESSAGE =
 const IOS_DEPLOY_MIN_VERSION = '1.9.2';
 const IOS_DEPLOY_NOT_FOUND_MESSAGE =
     'Please download, build and install version ' + IOS_DEPLOY_MIN_VERSION + ' 
or greater' +
-    ' from https://github.com/phonegap/ios-deploy into your path, or do \'npm 
install -g ios-deploy\'';
+    ' from https://github.com/ios-control/ios-deploy into your path, or do 
\'npm install -g ios-deploy\'';
 
 const COCOAPODS_MIN_VERSION = '1.0.1';
 const COCOAPODS_NOT_FOUND_MESSAGE =


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to