mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-12 08:05:44 +00:00
fix: correct private hub url in CLI for resource types sync (#5513)
This commit is contained in:
+1
-1
@@ -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> = {
|
||||
|
||||
Reference in New Issue
Block a user