diff --git a/cli/sync.ts b/cli/sync.ts index e3e373e033..ebe3a5edf5 100644 --- a/cli/sync.ts +++ b/cli/sync.ts @@ -404,7 +404,7 @@ async function compareDynFSElement( } return o; } else { - return o; + return yamlParse(v); } } for (const [k, v] of Object.entries(m1)) {