lib/terraspace/command.rb in terraspace-0.3.3 vs lib/terraspace/command.rb in terraspace-0.3.4
- old
+ new
@@ -84,10 +84,10 @@
end
private :alter_command_description
# meant to be overriden
def website
- ""
+ "https://terraspace.cloud"
end
# https://github.com/erikhuda/thor/issues/244
# Deprecation warning: Thor exit with status 0 on errors. To keep this behavior, you must define `exit_on_failure?` in `Lono::CLI`
# You can silence deprecations warning by setting the environment variable THOR_SILENCE_DEPRECATION.