lib/hanzo/modules/diff.rb in hanzo-0.4.5 vs lib/hanzo/modules/diff.rb in hanzo-0.5
- old
+ new
@@ -14,13 +14,13 @@
def initialize_cli
initialize_help && return if @env.nil?
diff
rescue UnknownEnvironment
- Hanzo.unindent_print "Environment `#{@env}` doesn't exist. Add it to .heroku-remotes and run:\n hanzo install remotes", :red
+ 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
rescue UninstalledEnvironment
- Hanzo.unindent_print "Environment `#{@env}` has been found in your .heroku-remotes file. Before using it, you must install it:\n hanzo install remotes", :red
+ 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
@options.banner = <<-BANNER.unindent
Usage: hanzo diff ENVIRONMENT