Fixed a mistype

dependabot/npm_and_yarn/BuildServer/eslint-7.2.0
Inga 🏳‍🌈 11 years ago
parent 84d7e2288d
commit 4cb189e1a2
  1. 2
      BuildServer/lib/git-loader.js

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

Loading…
Cancel
Save