Skip to content

Commit

Permalink
Merge pull request #180 from boltops-tools/hide-check-setup
Browse files Browse the repository at this point in the history
hide check_setup command
  • Loading branch information
tongueroo authored Dec 29, 2021
2 parents d5ae4e5 + ab960d7 commit 001c881
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/terraspace/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def bundle(*args)
Bundle.new(options.merge(args: args)).run
end

desc "check_setup", "Check setup."
desc "check_setup", "Check setup.", hide: true
long_desc Help.text(:check_setup)
def check_setup
puts <<~EOL
Expand Down

0 comments on commit 001c881

Please # to comment.