Skip to content

Commit

Permalink
try with https
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Mar 26, 2024
1 parent 84ea8ae commit 6c64d50
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 {
console.log("CWD:", cwd);

// Clone the repo
await runShellCommand({ command: `git clone --depth 1 https://github.com/:${this.context.repo} .`, cwd, verbose });
await runShellCommand({ command: `git clone --depth 1 https://github.com/${this.context.repo} .`, cwd, verbose });

// Run pip-compile-multi
await runShellCommand({ command: `pip-compile-multi -P ${lib}`, cwd });
Expand Down

0 comments on commit 6c64d50

Please sign in to comment.