mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Fixed lint
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
bfd59c1b14
commit
04c1af6a24
2 changed files with 1 additions and 2 deletions
|
@ -6,7 +6,6 @@ module Inspec::Resources
|
|||
supports platform: "unix"
|
||||
supports platform: "windows"
|
||||
|
||||
attr_reader :result
|
||||
def initialize(content)
|
||||
@content = content
|
||||
super({ content: @content })
|
||||
|
|
Loading…
Reference in a new issue