mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +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
|
def to_s
|
||||||
"Input #{name} with " + (sensitive ? "***" : "#{current_value}")
|
"Input #{name} with value " + (sensitive ? "*** (senstive)" : "#{current_value}")
|
||||||
end
|
end
|
||||||
|
|
||||||
#--------------------------------------------------------------------------#
|
#--------------------------------------------------------------------------#
|
||||||
|
|
Loading…
Add table
Reference in a new issue