From 1dd255f0d2696128631c6597b1cace9d41524ab5 Mon Sep 17 00:00:00 2001 From: Linus Flood Date: Thu, 14 Aug 2025 09:44:01 +0000 Subject: [PATCH] Merged in fix/sync-script-test (pull request #2656) Test * Test --- apps/scandic-web/netlify-plugin-branch-sync/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/scandic-web/netlify-plugin-branch-sync/index.js b/apps/scandic-web/netlify-plugin-branch-sync/index.js index 06b3e107a..5f3948142 100644 --- a/apps/scandic-web/netlify-plugin-branch-sync/index.js +++ b/apps/scandic-web/netlify-plugin-branch-sync/index.js @@ -137,7 +137,7 @@ export const onPreBuild = async function ({ utils }) { CLONE_DIR, "push", "origin", - `${SYNC_SOURCE}:${branch}`, + `FETCH_HEAD:${branch}`, ]) console.log(`Successfully synced '${branch}' with '${SYNC_SOURCE}'`) }