lib/inspec/runner.rb in inspec-4.18.24 vs lib/inspec/runner.rb in inspec-4.18.38
- old
+ new
@@ -188,13 +188,13 @@
#
# @eturns [Inspec::ProfileContext]
#
def add_target(target, _opts = [])
profile = Inspec::Profile.for_target(target,
- vendor_cache: @cache,
- backend: @backend,
- controls: @controls,
- runner_conf: @conf)
+ vendor_cache: @cache,
+ backend: @backend,
+ controls: @controls,
+ runner_conf: @conf)
raise "Could not resolve #{target} to valid input." if profile.nil?
@target_profiles << profile if supports_profile?(profile)
end