Enforced bump. Fully allow this to build before merge.

Signed-off-by: Nick Schwaderer <nschwaderer@chef.io>
This commit is contained in:
Nick Schwaderer 2020-08-05 20:53:26 +01:00
parent e35bb84ae7
commit 54b1e335fa
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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