diff --git a/frontend/src/lib/hubPaths.json b/frontend/src/lib/hubPaths.json index 1785e9170b19a..ec84709af2879 100644 --- a/frontend/src/lib/hubPaths.json +++ b/frontend/src/lib/hubPaths.json @@ -1,7 +1,9 @@ { "gitSync_0": "hub/9087/sync-script-to-git-repo-windmill", - "gitSync": "hub/9987/sync-script-to-git-repo-windmill", - "gitSyncTest": "hub/9073/git-repo-test-read-write-windmill", + "gitSync_1": "hub/9987/sync-script-to-git-repo-windmill", + "gitSync": "hub/11498/sync-script-to-git-repo-windmill", + "gitSyncTest_0": "hub/9073/git-repo-test-read-write-windmill", + "gitSyncTest": "hub/11499/git-repo-test-read-write-windmill", "slackErrorHandler": "hub/9206/workspace-or-schedule-error-handler-slack", "slackErrorHandler_0": "hub/9079/workspace-or-schedule-error-handler-slack", "slackRecoveryHandler": "hub/9080/slack/schedule-recovery-handler-slack", @@ -9,4 +11,4 @@ "slackReport": "hub/9084/slack", "discordReport": "hub/9085/discord", "smtpReport": "hub/9086/smtp" -} \ No newline at end of file +} diff --git a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte index 6380f0ba6190a..4afb05c71894e 100644 --- a/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/workspace_settings/+page.svelte @@ -1474,12 +1474,12 @@ The git sync version for this repository is not latest. Current: {gitSyncRepository.script_path}, latest: {latestGitSyncHubScript}