mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
fix(cli): improve flow sync for windows
This commit is contained in:
+1
-1
@@ -152,7 +152,7 @@ export function getTypeStrFromPath(
|
||||
| "folder"
|
||||
| "app"
|
||||
| "schedule" {
|
||||
if (p.includes(".flow/")) {
|
||||
if (p.includes(".flow" + path.sep)) {
|
||||
return "flow";
|
||||
}
|
||||
const parsed = path.parse(p);
|
||||
|
||||
Reference in New Issue
Block a user