mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
fix indent.
This commit is contained in:
@@ -183,7 +183,7 @@ Package.prototype.download = function () {
|
||||
if (process.env.HTTP_PROXY) {
|
||||
var proxy = url.parse(process.env.HTTP_PROXY);
|
||||
proxy.path = this.assetUrl;
|
||||
src = proxy;
|
||||
src = proxy;
|
||||
}
|
||||
|
||||
tmp.dir(function (err, tmpPath) {
|
||||
|
||||
Reference in New Issue
Block a user