Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversalzburg committed Jul 21, 2016
1 parent 0b4ec27 commit ac6a055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ function initJobDirs(branchBase, job, cache, done) {
});
},
fs.mkdirp.bind(null, dirs.data),
fs.mkdirp.bind(null, dirs.cache),
fs.mkdirp.bind(null, dirs.cache)
], function (err) {
done(err, dirs);
});
Expand Down

0 comments on commit ac6a055

Please sign in to comment.