mirror of
https://github.com/inspec/inspec
synced 2024-11-26 22:50:36 +00:00
initialize @stat in local backend
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
ecad431bc6
commit
0abef702fc
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ module Vulcano::Backends
|
|||
@backend = backend
|
||||
@path = path
|
||||
@spath = Shellwords.escape(@path)
|
||||
@stat = nil
|
||||
end
|
||||
|
||||
def content
|
||||
|
|
Loading…
Reference in a new issue