Merge pull request #31093 from bogdanvlviv/express-console-command-in-the-log

Change output log about skipping instalation of Active Storage
This commit is contained in:
Rafael França 2017-11-08 18:03:51 -05:00 committed by GitHub
commit 7b766bd871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -464,7 +464,7 @@ def run_active_storage
if bundle_install? if bundle_install?
rails_command "active_storage:install", capture: options[:quiet] rails_command "active_storage:install", capture: options[:quiet]
else else
log("Active Storage installation was skipped. Please run 'bin/rails active_storage:install' to install Active Storage files.") log("Active Storage installation was skipped. Please run `bin/rails active_storage:install` to install Active Storage files.")
end end
end end
end end