fix: correct private hub url in CLI for resource types sync (#5513)

This commit is contained in:
HugoCasa
2025-03-26 22:56:31 +01:00
committed by GitHub
parent a3d99654a9
commit 9519695ea6
+1 -1
View File
@@ -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<string, string> = {