Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kimxogus committed May 28, 2024
1 parent 590d736 commit 9e81c72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ const backport = async ({
await exec("chmod", ["600", "~/.ssh/id_rsa"])
await exec("ssh-keyscan", ["github.com", ">>", "~/.ssh/known_hosts"])

await exec("git", ["clone", `git@github.,com:${owner}/${repo}.git`]);
await exec("git", ["clone", `[email protected]:${owner}/${repo}.git`]);
await exec("git", [
"config",
"--global",
Expand Down

0 comments on commit 9e81c72

Please sign in to comment.