Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2019-02-12 18:04:06 -05:00
parent f7d58ad92c
commit 08ad60796f
2 changed files with 1 additions and 2 deletions

View file

@ -44,7 +44,6 @@ module Inspec
Any
}.freeze
def initialize(name, options = {})
@name = name
@opts = options

View file

@ -151,7 +151,7 @@ module Inspec
# determine all inputs before the execution, fetch data from secrets backend
def load_inputs(options)
# TODO - rename :attributes and :attrs - these are both user-visible
# TODO: - rename :attributes and :attrs - these are both user-visible
options[:attributes] ||= {}
secrets_targets = options[:attrs]