Skip to content

Commit

Permalink
updated comment message
Browse files Browse the repository at this point in the history
Signed-off-by: sanga17 <sausekar@msystechnologies.com>
  • Loading branch information
sanga1794 committed Aug 4, 2020
1 parent 283c819 commit c578b72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/chef/knife/mixin/helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit c578b72

Please sign in to comment.