From 30fe28ceecb9043eee6811dce8c3e2cd9224927b Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Fri, 20 Sep 2024 09:12:00 +0200 Subject: [PATCH] fix: update git sync script --- frontend/src/lib/hubPaths.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/lib/hubPaths.json b/frontend/src/lib/hubPaths.json index 71b75430cb..6fa5966973 100644 --- a/frontend/src/lib/hubPaths.json +++ b/frontend/src/lib/hubPaths.json @@ -1,5 +1,5 @@ { - "gitSync": "hub/9074/sync-script-to-git-repo-windmill", + "gitSync": "hub/9087/sync-script-to-git-repo-windmill", "gitSyncTest": "hub/9073/git-repo-test-read-write-windmill", "slackErrorHandler": "hub/9079/workspace-or-schedule-error-handler-slack", "slackRecoveryHandler": "hub/9080/slack/schedule-recovery-handler-slack",