mirror of
https://github.com/inspec/inspec
synced 2024-11-14 17:07:09 +00:00
Merge pull request #441 from chef/chris-rock/fix-cli-supermarket
Fix supermarket cli registration
This commit is contained in:
commit
69dca97c6d
1 changed files with 1 additions and 1 deletions
|
@ -45,5 +45,5 @@ module Supermarket
|
|||
end
|
||||
|
||||
# register the subcommand to Inspec CLI registry
|
||||
Inspec::Plugins::CLI.register(Supermarket::SupermarketCLI, 'supermarket', 'supermarket SUBCOMMAND ...', 'Supermarket commands', {})
|
||||
Inspec::Plugins::CLI.add_subcommand(Supermarket::SupermarketCLI, 'supermarket', 'supermarket SUBCOMMAND ...', 'Supermarket commands', {})
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue