Skip to content

Commit

Permalink
quick-fix for yarn2 git clone zip target EROFS - issue tschaub#343
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Grimm committed Mar 25, 2020
1 parent 6f5ac52 commit 7b0153c
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 @@ -10,7 +10,7 @@ const util = require('util');
const log = util.debuglog('gh-pages');

function getCacheDir() {
return path.relative(process.cwd(), path.resolve(__dirname, '../.cache'));
return path.relative(process.cwd(), '.cache/git_sync_tmp');
}

function getRepo(options) {
Expand Down

0 comments on commit 7b0153c

Please sign in to comment.