summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/fuzzy_check.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/fuzzy_check.c b/src/plugins/fuzzy_check.c
index 452374853..9286bda89 100644
--- a/src/plugins/fuzzy_check.c
+++ b/src/plugins/fuzzy_check.c
@@ -1960,7 +1960,7 @@ cleanup:
reply = ucl_object_typed_new (UCL_OBJECT);
- ucl_object_insert_key (reply, ucl_object_fromstring ("true"),
+ ucl_object_insert_key (reply, ucl_object_frombool (true),
"success", 0, false);
hashes = ucl_object_typed_new (UCL_ARRAY);