mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-19 00:02:03 +00:00
small cli fix
This commit is contained in:
+1
-1
@@ -404,7 +404,7 @@ async function compareDynFSElement(
|
||||
}
|
||||
return o;
|
||||
} else {
|
||||
return o;
|
||||
return yamlParse(v);
|
||||
}
|
||||
}
|
||||
for (const [k, v] of Object.entries(m1)) {
|
||||
|
||||
Reference in New Issue
Block a user