mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-24 08:01:38 +00:00
fix(cli): improve flow sync for windows
This commit is contained in:
+1
-1
@@ -110,7 +110,7 @@ export async function pushObj(
|
||||
} else if (typeEnding === "variable") {
|
||||
await pushVariable(workspace, p, befObj, newObj, plainSecrets);
|
||||
} else if (typeEnding === "flow") {
|
||||
const flowName = p.split(".flow/")[0];
|
||||
const flowName = p.split(".flow" + path.sep)[0];
|
||||
await pushFlow(workspace, flowName, flowName + ".flow", message);
|
||||
} else if (typeEnding === "resource") {
|
||||
await pushResource(workspace, p, befObj, newObj);
|
||||
|
||||
Reference in New Issue
Block a user