From: Martin Bastien Date: Sat, 13 Jul 2013 01:37:05 +0000 (-0400) Subject: Fix invalid task name migrate_global_keys X-Git-Tag: v6.0.0~205^2~1^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=de5c8601eb8df5e4a20b9fbb8a095ca87f3427be;p=wvm%2Fgitlab.git Fix invalid task name migrate_global_keys --- diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md index d241b422c..291737fa7 100644 --- a/doc/update/5.4-to-6.0.md +++ b/doc/update/5.4-to-6.0.md @@ -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 ```