Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
Vasu1105 2021-05-24 15:45:35 +05:30
parent 14906ec1cd
commit cb573e6050

View file

@ -32,7 +32,7 @@ module InspecPlugins
# Handle deprecation of option --hook
unless options[:hook].nil?
Inspec::Log.warn("Use --activator on the command line instead of --hook. --hook options will be deprecated in future.")
Inspec::Log.warn("Use --activator on the command line instead of --hook. --hook option will be deprecated in future.")
options[:activator] = options.delete(:hook)
end