|
|
@ -27,7 +27,7 @@ options = { |
|
|
|
module.exports = function (options, globalCallback) { |
|
|
|
module.exports = function (options, globalCallback) { |
|
|
|
var url = options.remote, |
|
|
|
var url = options.remote, |
|
|
|
remote = git.remote(url), |
|
|
|
remote = git.remote(url), |
|
|
|
path = options.local + "/" + options.rev, |
|
|
|
path = options.local + "/" + options.hash, |
|
|
|
repo = git.repo(path), |
|
|
|
repo = git.repo(path), |
|
|
|
exported = options.exported, |
|
|
|
exported = options.exported, |
|
|
|
opts = { |
|
|
|
opts = { |
|
|
|