mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
Enforced bump. Fully allow this to build before merge.
Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
This commit is contained in:
parent
e35bb84ae7
commit
54b1e335fa
2 changed files with 2 additions and 2 deletions
|
@ -162,7 +162,7 @@ subscriptions:
|
|||
# - built_in:rollover_changelog
|
||||
# - built_in:publish_rubygems
|
||||
# - built_in:create_github_release
|
||||
# # - built_in:tag_docker_image No longer exists
|
||||
# # - built_in:tag_docker_image No longer exists #
|
||||
# - built_in:promote_habitat_packages
|
||||
# - bash:.expeditor/publish-release-notes.sh:
|
||||
# post_commit: true
|
||||
|
|
|
@ -5,7 +5,7 @@ module Supermarket
|
|||
class SupermarketCLI < Inspec::BaseCLI
|
||||
namespace "supermarket"
|
||||
|
||||
# TODO: find another solution, once https://github.com/erikhuda/thor/issues/261 is fixed
|
||||
# TODO: find another solution, once https://github.com/erikhuda/thor/issues/261 is fixed.
|
||||
def self.banner(command, _namespace = nil, _subcommand = false)
|
||||
"#{basename} #{subcommand_prefix} #{command.usage}"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue