mirror of
https://github.com/inspec/inspec
synced 2024-11-27 07:00:39 +00:00
Fix rubocop
Signed-off-by: Miah Johnson <miah@chia-pet.org>
This commit is contained in:
parent
b148bc85a2
commit
72f02e6cac
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ class Inspec::InspecCLI < Inspec::BaseCLI
|
|||
else
|
||||
%w{location profile controls timestamp valid}.each do |item|
|
||||
prepared_string = format('%-12s %s',
|
||||
("#{item.to_s.capitalize} :"),
|
||||
"#{item.to_s.capitalize} :",
|
||||
result[:summary][item.to_sym])
|
||||
ui.plain_line(prepared_string)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue