Commit 17b5657331957df2f3eefc0108156f423bee5cb6
Exists in
master
and in
4 other branches
Merge pull request #4547 from yuters/patch-4
Fix invalid task name migrate_global_keys
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/update/5.4-to-6.0.md
... | ... | @@ -36,7 +36,7 @@ sudo -u git -H bundle install --without development test mysql --deployment |
36 | 36 | sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production |
37 | 37 | sudo -u git -H bundle exec rake migrate_groups RAILS_ENV=production |
38 | 38 | sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production |
39 | -sudo -u git -H bundle exec rake migrate_global_keys RAILS_ENV=production | |
39 | +sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production | |
40 | 40 | |
41 | 41 | ``` |
42 | 42 | ... | ... |