Skip to content

Commit 1590e2d

Browse files
alubennikovagsmolk
authored andcommitted
fix show-config in json format: add quotes for all values
1 parent 48959dc commit 1590e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/configure.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,6 +450,6 @@ show_configure_json(ConfigOption *opt)
450450
return;
451451

452452
json_add_value(&show_buf, opt->lname, value, json_level,
453-
opt->type == 's' || opt->flags & OPTION_UNIT);
453+
true);
454454
pfree(value);
455455
}

0 commit comments

Comments
 (0)