We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f95796 commit db4d7c2Copy full SHA for db4d7c2
1 file changed
āsrc/common-utils/_normalize-json.shā
@@ -31,7 +31,7 @@ for file in $files; do
31
32
# Validate JSON
33
zz_log i "Normalizing {U $file}..."
34
- list=$(./src/common-utils/_validate-json.sh ${allow:+-a} ${cache:+-c} ${debug:+-d} ${fallback:+-f "$fallback"} ${local:+-l "$local"} ${import:+-i} ${schema:+-s"$schema"} $file)
+ list=$(validate-json ${allow:+-a} ${cache:+-c} ${debug:+-d} ${fallback:+-f "$fallback"} ${local:+-l "$local"} ${import:+-i} ${schema:+-s"$schema"} $file)
35
36
if test -z "$list"; then
37
zz_log e "JSON {U $file} not valid, cannot normalize" && exit 1
0 commit comments