From 20576fe4db45daaeef5db2d5dbeed6ae99801fe2 Mon Sep 17 00:00:00 2001 From: sebseb7 Date: Wed, 12 Nov 2025 22:22:25 +0100 Subject: [PATCH] fix: update repository path for version.json in releasehook --- x.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x.js b/x.js index 756901a..f63b84a 100644 --- a/x.js +++ b/x.js @@ -726,7 +726,7 @@ app.post('/releasehook_kjfhdkf987987', async (req, res) => { logMessage(`dashApp push to ${targetBranch} branch detected - updating version.json`); - const repoPath = '/home/seb/src/dashApp'; + const repoPath = '/home/seb/dash_seedheads_de'; const versionFilePath = path.join(repoPath, 'version.json'); // Function to update version.json and commit changes