aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorge Claghorn <george@basecamp.com>2018-10-11 12:32:11 -0400
committerGeorge Claghorn <george@basecamp.com>2018-10-11 12:32:11 -0400
commit47445511862a4c9979fb46889011edf585391091 (patch)
tree9b60ab938281cb06d9bdeaf810f9c0fa6fd240ae
parent3b84b7d57c2a06b7d5838266721866ed7db011ef (diff)
downloadrails-47445511862a4c9979fb46889011edf585391091.tar.gz
rails-47445511862a4c9979fb46889011edf585391091.tar.bz2
rails-47445511862a4c9979fb46889011edf585391091.zip
Style
-rw-r--r--lib/tasks/install.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/install.rake b/lib/tasks/install.rake
index fdd76d8234..d5abf60042 100644
--- a/lib/tasks/install.rake
+++ b/lib/tasks/install.rake
@@ -5,7 +5,7 @@ namespace :action_mailbox do
Rake::Task["install:migrations"].clear_comments
desc "Copy over the migration"
- task install: %w( environment install:copy_migration active_storage:install )
+ task install: %w[ environment install:copy_migration active_storage:install ]
namespace :install do
task :copy_migration do