Skip to content

Fix typo in the commands at step3 for migrations

Alexandr Tanayno requested to merge docs-migration-steps-typo into master

The step 3 of Migration Steps looks confusing, there are 2 commands in one line:

Migrate existing artifacts to object storage $ sudo gitlab-rake gitlab:artifacts:migrate $ sudo gitlab-rake gitlab:traces:migrate

This MR fixes it.

Merge request reports