This commit is contained in:
di-sukharev
2023-05-20 18:16:19 +08:00
parent 542a53f3db
commit 10c89ded6e
2 changed files with 4 additions and 2 deletions

View File

@@ -154,7 +154,8 @@ async function improveCommitMessagesWithRebase({
'rebase',
'-i',
`origin/${base}`,
`"--exec git commit --amend --no-edit -F ${tempFilePath}"`
'--exec',
`"git commit --amend --no-edit -F ${tempFilePath}"`
]);
unlinkSync(tempFilePath);