1
0

auto-git:

[change] main.js
This commit is contained in:
2025-06-01 10:46:32 +02:00
parent d0ecf32e81
commit 1a6ce43e47

View File

@@ -968,7 +968,7 @@ async function rewordCommitsSequentially(repoPath, commitMessageMap, hashes) {
// await auf Promise aber OHNE zweiten for!
await new Promise((resolve, reject) => {
const proc = spawn('git', [
'rebase', '--continue', '-i', `${hash}^`
'rebase', '-i', `${hash}^`
], {
cwd: repoPath,
env: {