diff --git a/bin/templates/scripts/cordova/lib/check_reqs.js b/bin/templates/scripts/cordova/lib/check_reqs.js index 0af8ed33f..85a0c3ea2 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 =