mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
Adjust stringification of input per feedback
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
a839d4602c
commit
11e0428094
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ module Inspec
|
|||
#--------------------------------------------------------------------------#
|
||||
|
||||
def to_s
|
||||
"Input #{name} with " + (sensitive ? "***" : "#{current_value}")
|
||||
"Input #{name} with value " + (sensitive ? "*** (senstive)" : "#{current_value}")
|
||||
end
|
||||
|
||||
#--------------------------------------------------------------------------#
|
||||
|
|
Loading…
Reference in a new issue