Commit de5c8601eb8df5e4a20b9fbb8a095ca87f3427be

Authored by Martin Bastien
1 parent 8b1d44f7

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,7 +36,7 @@ sudo -u git -H bundle install --without development test mysql --deployment
36 sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production 36 sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
37 sudo -u git -H bundle exec rake migrate_groups RAILS_ENV=production 37 sudo -u git -H bundle exec rake migrate_groups RAILS_ENV=production
38 sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production 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