diff options
Diffstat (limited to 'railties/lib/rails')
-rw-r--r-- | railties/lib/rails/generators/app_base.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |