From 5e688ca4ddf698fad5d10185f7583dec49abcfe1 Mon Sep 17 00:00:00 2001 From: Jan Piotrowski Date: Thu, 14 Feb 2019 10:10:56 +0100 Subject: [PATCH] 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 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 =