mirror of
https://github.com/bower/bower.git
synced 2026-04-24 03:00:19 -04:00
Updated so cwd is set from command line and correct directory tree used
This commit is contained in:
@@ -20,6 +20,9 @@ function rc(name, cwd, argv) {
|
||||
return value === 'false' ? false : value;
|
||||
});
|
||||
|
||||
// If we have specified a cwd then use this as the base for getting config.
|
||||
cwd = argvConfig.cwd ? argvConfig.cwd : cwd;
|
||||
|
||||
if (cwd) {
|
||||
return object.deepMixIn.apply(null, [
|
||||
{},
|
||||
|
||||
Reference in New Issue
Block a user