mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
bugfix: use full path when resolving files
This commit is contained in:
parent
31d42b0212
commit
93ee171dfa
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ module Inspec::Targets
|
|||
{
|
||||
content: File.read(path),
|
||||
type: opts[:as] || :test,
|
||||
ref: target,
|
||||
ref: path,
|
||||
}
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue