Skip to content

Commit

Permalink
use-current-repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 26, 2024
1 parent 5e17ec6 commit 30ec334
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/supersetbot/src/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class Github {
const shellOptions = { cwd, verbose, dryRun, raiseOnError:true, exitOnError: false };

if (!useCurrentRepo) {
const cwd = fs.mkdtempSync(path.join(os.tmpdir(), 'update-'));
cwd = fs.mkdtempSync(path.join(os.tmpdir(), 'update-'));
console.log("CWD:", cwd);

// Clone the repo
Expand Down

0 comments on commit 30ec334

Please sign in to comment.