Skip to content

Commit

Permalink
Fix ios-deploy repo in check_reqs (#524)
Browse files Browse the repository at this point in the history
Tiny change to update the repo URL of `ios-deploy`.
  • Loading branch information
janpio authored Feb 14, 2019
1 parent c7c1f60 commit 5e688ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/templates/scripts/cordova/lib/check_reqs.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 =
Expand Down

0 comments on commit 5e688ca

Please sign in to comment.