mirror of
https://github.com/di-sukharev/opencommit.git
synced 2026-04-20 03:02:51 -04:00
build
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user