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 = {