Skip to content

Commit 3ad8ca6

Browse files
chore: updated manifest.json and dist build
1 parent 1afb51b commit 3ad8ca6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dist/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39093,8 +39093,8 @@
3909339093
_cloneRepo(C, P, q) {
3909439094
return oe(this, void 0, void 0, function* () {
3909539095
this._currentDir = yield this._makeTempDir();
39096-
const C = `git clone https://github.com/ShivTestOrg/test-public.git ${this._currentDir} && cd ${this._currentDir} && git checkout -b issue-${q}`;
39097-
yield this._shellInterface.runCommand(C);
39096+
const oe = `git clone https://github.com/${P}/${C}.git ${this._currentDir} && cd ${this._currentDir} && git checkout -b issue-${q}`;
39097+
yield this._shellInterface.runCommand(oe);
3909839098
});
3909939099
}
3910039100
}

0 commit comments

Comments
 (0)