diff --git a/lib/commands/push.js b/lib/commands/push.js index 34d1a4a..61d5be8 100644 --- a/lib/commands/push.js +++ b/lib/commands/push.js @@ -121,7 +121,7 @@ exports.loadApp = function (dir, url, options, settings, callback) { } var build_start = new Date().getTime(); // make the url available to the modules - options._url = url; + options._url = utils.noAuthURL(url); options._utils = utils; packages.load(dir, paths, null, options, function (err, doc, cfg) { if (err) {