OSDN Git Service

Fix invalid task name migrate_global_keys
authorMartin Bastien <martin.bastien@studiofrenetic.com>
Sat, 13 Jul 2013 01:37:05 +0000 (21:37 -0400)
committerMartin Bastien <martin.bastien@studiofrenetic.com>
Sat, 13 Jul 2013 01:37:05 +0000 (21:37 -0400)
doc/update/5.4-to-6.0.md

index d241b42..291737f 100644 (file)
@@ -36,7 +36,7 @@ sudo -u git -H bundle install --without development test mysql --deployment
 sudo -u git -H bundle exec rake db:migrate RAILS_ENV=production
 sudo -u git -H bundle exec rake migrate_groups RAILS_ENV=production
 sudo -u git -H bundle exec rake migrate_global_projects RAILS_ENV=production
-sudo -u git -H bundle exec rake migrate_global_keys RAILS_ENV=production
+sudo -u git -H bundle exec rake migrate_keys RAILS_ENV=production
 
 ```