From 9519695ea613c77cd9391a92e3fb36ad2370992c Mon Sep 17 00:00:00 2001 From: HugoCasa Date: Wed, 26 Mar 2025 22:56:31 +0100 Subject: [PATCH] fix: correct private hub url in CLI for resource types sync (#5513) --- cli/hub.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/hub.ts b/cli/hub.ts index 915acadf88..741ecb4588 100644 --- a/cli/hub.ts +++ b/cli/hub.ts @@ -25,7 +25,7 @@ export async function pull(opts: GlobalOptions) { const hubBaseUrl = (await wmill.getGlobal({ - key: "hubBaseUrl", + key: "hub_base_url", })) ?? "https://hub.windmill.dev"; const headers: Record = {