mirror of
https://github.com/inspec/inspec
synced 2025-02-17 06:28:40 +00:00
Fix typo
Signed-off-by: Vasu1105 <vasundhara.jagdale@chef.io>
This commit is contained in:
parent
14906ec1cd
commit
cb573e6050
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue