Skip to content
This repository has been archived by the owner on Apr 11, 2022. It is now read-only.

Commit

Permalink
--chrome points to the wrong URL
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis Kadri committed Nov 14, 2016
1 parent 2115480 commit c84acde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/phonegap/util/connect-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ module.exports = {
response.on('end', () => {
var result = JSON.parse(data);
if(response.statusCode === 200 && result && result.uploaded === true) {
console.log(`Your app will be available at http://${remote_opt.hostname}:${remote_opt.port}/${settings.id} in a few minutes`);
console.log(`Your app will be available at http://connect.phonegap.com/${settings.id} in a few minutes`);
} else {
console.log(result.message);
}
Expand Down

0 comments on commit c84acde

Please sign in to comment.