From cbe6e09f6a02fcee9cab0f16a9143ee21d237809 Mon Sep 17 00:00:00 2001 From: Xavier Noria Date: Sat, 14 May 2011 03:25:06 +0200 Subject: asking the user whether he is "offline" rather than "online" seems more natural as reaction to a potential missing network connection --- railties/lib/rails/generators/app_base.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'railties') diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb index 6397e236cc..a5743762e5 100644 --- a/railties/lib/rails/generators/app_base.rb +++ b/railties/lib/rails/generators/app_base.rb @@ -194,7 +194,7 @@ module Rails say_status :run, "bundle #{command}" Bundler::CLI.new.send(command) rescue - say_status :failure, "bundler raised an exception, are you online?", :red + say_status :failure, "bundler raised an exception, are you offline?", :red end def run_bundle -- cgit v1.2.3