summaryrefslogtreecommitdiff
path: root/doc/update/5.4-to-6.0.md
diff options
context:
space:
mode:
authorMartin Bastien <martin.bastien@studiofrenetic.com>2013-07-12 21:37:05 -0400
committerMartin Bastien <martin.bastien@studiofrenetic.com>2013-07-12 21:37:05 -0400
commitde5c8601eb8df5e4a20b9fbb8a095ca87f3427be (patch)
tree0b1bd0865e4c08d58c986e57c182077dd3bd428e /doc/update/5.4-to-6.0.md
parent8b1d44f789cce12219dbc70890d8a72675b71315 (diff)
downloadgitlab-ce-de5c8601eb8df5e4a20b9fbb8a095ca87f3427be.tar.gz
Fix invalid task name migrate_global_keys
Diffstat (limited to 'doc/update/5.4-to-6.0.md')
-rw-r--r--doc/update/5.4-to-6.0.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/5.4-to-6.0.md b/doc/update/5.4-to-6.0.md
index d241b422c66..291737fa793 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
```