mirror of
https://github.com/inspec/inspec
synced 2024-11-15 01:17:08 +00:00
init linux_file owner class
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
8545fae204
commit
dcdf8ea0e2
1 changed files with 1 additions and 2 deletions
|
@ -168,8 +168,7 @@ module Vulcano::Backends
|
|||
class File < LinuxFile
|
||||
|
||||
def initialize(path)
|
||||
@path = path
|
||||
@backend = Specinfra::Runner
|
||||
super(Specinfra::Runner, path)
|
||||
end
|
||||
|
||||
def exists?
|
||||
|
|
Loading…
Reference in a new issue