diff --git a/main.js b/main.js index d363573..d6af82d 100644 --- a/main.js +++ b/main.js @@ -147,7 +147,7 @@ function startMonitoringWatcher(folderPath, win) { if (changes.length > 0) { // Commit-Message so bauen wie beim Event (eine Zeile pro Datei) - const msg = `[auto]` + changes.map(l => ` - ${l}`).join('\n'); + const msg = `[auto]` + changes.map(l => ` ${l}`).join('\n'); const did = await autoCommit(folderPath, msg); if (did) { win.webContents.send('repo-updated', folderPath);