From c578b72a2307af179bd1c930afc172fe31b06803 Mon Sep 17 00:00:00 2001 From: Sangmesh Ausekar <58020082+sanga1794@users.noreply.github.com> Date: Mon, 3 Aug 2020 18:53:55 +0530 Subject: [PATCH] updated comment message Signed-off-by: sanga17 --- lib/chef/knife/mixin/helper.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/chef/knife/mixin/helper.rb b/lib/chef/knife/mixin/helper.rb index f109c00..8752856 100644 --- a/lib/chef/knife/mixin/helper.rb +++ b/lib/chef/knife/mixin/helper.rb @@ -46,8 +46,7 @@ def values_from_json(json) end # I/P: json string - # It checks wheather it contains any non-printable character present or not, - # If present then raises error of InvalidValue + # Raises `InvalidValue` if any of the json's values contain non-printable characters. def validate_json(json) begin evaled_json = eval(json)