From 8208b5e095628b7c97698760b61ce7a95b2694dd Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Fri, 23 May 2025 22:55:48 +0200 Subject: [PATCH] [auto] change main.js --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.js b/main.js index dd30dc9..b08de2f 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] initial monitor: \n` + 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);