mirror of
https://github.com/bower/bower.git
synced 2026-02-11 22:44:58 -05:00
Safe default.
This commit is contained in:
@@ -84,7 +84,7 @@ GitResolver.prototype._findResolution = function (target) {
|
||||
var err;
|
||||
var self = this.constructor;
|
||||
|
||||
target = target || this._target;
|
||||
target = target || this._target || '*';
|
||||
|
||||
// Target is a commit, so it's a stale target (not a moving target)
|
||||
// There's nothing to do in this case
|
||||
|
||||
Reference in New Issue
Block a user