mirror of
https://github.com/inspec/inspec
synced 2024-11-22 20:53:11 +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
|
||||
%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?
|
||||
end
|
||||
output
|
||||
|
|
Loading…
Reference in a new issue