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

Commit

Permalink
Make utils available to modules, mainly for getAuth
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanramage committed Jul 12, 2013
1 parent dac9e5e commit 12c0686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/commands/push.js
Expand Up @@ -118,6 +118,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._utils = utils;
packages.load(dir, paths, null, options, function (err, doc, cfg) {
if (err) {
if (callback) {
Expand Down

0 comments on commit 12c0686

Please sign in to comment.