From db06ba3e712d46cbf67db6236f3d36b030c3591c Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Wed, 31 Jan 2024 19:56:30 +0100 Subject: [PATCH] small cli fix --- cli/sync.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) {