mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
Comment added for description in inspec status
Signed-off-by: Nikita Mathur <nikita.mathur@chef.io>
This commit is contained in:
parent
bcc71df9dd
commit
0cf44d324e
1 changed files with 2 additions and 2 deletions
|
@ -14,8 +14,8 @@ module Inspec::Plugin::V2
|
|||
:loaded, # true, false False could mean not attempted or failed
|
||||
:load_exception, # Exception class if it failed to load
|
||||
:name, # String name
|
||||
:version, # three-digit version. Core / bundled plugins use InSpec version here.
|
||||
:description
|
||||
:version, # three-digit version. Core / bundled plugins use InSpec version here.
|
||||
:description # Description of plugin.
|
||||
) do
|
||||
def initialize(*)
|
||||
super
|
||||
|
|
Loading…
Reference in a new issue