mirror of
https://github.com/inspec/inspec
synced 2024-11-26 14:40:26 +00:00
Remove 'recipies' field
Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
parent
973054dd81
commit
5aeeefb3ed
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ module Inspec::Reporters
|
||||||
}
|
}
|
||||||
|
|
||||||
# optional json-config passthrough options
|
# optional json-config passthrough options
|
||||||
%w{node_name environment roles recipies job_uuid}.each do |option|
|
%w{node_name environment roles job_uuid}.each do |option|
|
||||||
output[option.to_sym] = @config[option] unless @config[option].nil?
|
output[option.to_sym] = @config[option] unless @config[option].nil?
|
||||||
end
|
end
|
||||||
output
|
output
|
||||||
|
|
Loading…
Reference in a new issue