Skip to content

Commit

Permalink
Proxy config is not passed to enpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
tauren committed Aug 19, 2014
1 parent 593e88c commit c5afe46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/package.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ exports.loadEndpoint = function(endpoint) {
tmpDir: tmpDir,
https: _pkg.https
};
extend(options, config.globalConfig[endpoint] || {}, config.globalConfig.proxy || {});
extend(options, config.globalConfig[endpoint] || {});

var endpointClass = require(config.globalConfig.endpoint && config.globalConfig.endpoint[endpoint]);

Expand Down

0 comments on commit c5afe46

Please sign in to comment.