Skip to content
This repository has been archived by the owner on Jan 31, 2019. It is now read-only.

Commit

Permalink
Issue #409: Remove auth from url.
Browse files Browse the repository at this point in the history
  • Loading branch information
ozomer committed Aug 2, 2014
1 parent a25ea1b commit 64fce06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/commands/push.js
Expand Up @@ -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) {
Expand Down

0 comments on commit 64fce06

Please sign in to comment.