mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
Add some tests to the GitFsResolver.
This commit is contained in:
@@ -11,7 +11,7 @@ var GitFsResolver = function (source, options) {
|
||||
// Ensure absolute path
|
||||
// TODO: should sources that arrive here be already absolute
|
||||
// or is ok to do this here?
|
||||
source = path.resolve(this._source);
|
||||
source = path.resolve(source);
|
||||
|
||||
GitResolver.call(this, source, options);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user