lib/hanzo/modules/deploy.rb in hanzo-0.6.2 vs lib/hanzo/modules/deploy.rb in hanzo-1.0.0
- old
+ new
@@ -16,10 +16,10 @@
initialize_help && return if @env.nil?
deploy && run_after_deploy_commands
rescue UnknownEnvironment
Hanzo.unindent_print "Environment `#{@env}` doesn't exist. Add it to .hanzo.yml and run:\n hanzo install remotes", :red
- Hanzo.unindent_print "\nFor more information, read https://github.com/mirego/hanzo#install-remotes", :red
+ Hanzo.unindent_print "\nFor more information, read https://github.com/mirego/hanzo#remotes", :red
rescue UninstalledEnvironment
Hanzo.unindent_print "Environment `#{@env}` has been found in your .hanzo.yml file. Before using it, you must install it:\n hanzo install remotes", :red
end
def initialize_help