Commit d331c52f authored by Gabriel Mazetto's avatar Gabriel Mazetto

Remove useless extra lines from `storage.md` inside code block

parent 78d25079
...@@ -24,7 +24,6 @@ gitlab-rake gitlab:storage:migrate_to_hashed ...@@ -24,7 +24,6 @@ gitlab-rake gitlab:storage:migrate_to_hashed
```bash ```bash
rake gitlab:storage:migrate_to_hashed rake gitlab:storage:migrate_to_hashed
``` ```
You can monitor the progress in the _Admin > Monitoring > Background jobs_ screen. You can monitor the progress in the _Admin > Monitoring > Background jobs_ screen.
...@@ -52,7 +51,6 @@ gitlab-rake gitlab:storage:legacy_projects ...@@ -52,7 +51,6 @@ gitlab-rake gitlab:storage:legacy_projects
```bash ```bash
rake gitlab:storage:legacy_projects rake gitlab:storage:legacy_projects
``` ```
------ ------
...@@ -86,7 +84,6 @@ gitlab-rake gitlab:storage:hashed_projects ...@@ -86,7 +84,6 @@ gitlab-rake gitlab:storage:hashed_projects
```bash ```bash
rake gitlab:storage:hashed_projects rake gitlab:storage:hashed_projects
``` ```
------ ------
...@@ -120,7 +117,6 @@ gitlab-rake gitlab:storage:legacy_attachments ...@@ -120,7 +117,6 @@ gitlab-rake gitlab:storage:legacy_attachments
```bash ```bash
rake gitlab:storage:legacy_attachments rake gitlab:storage:legacy_attachments
``` ```
------ ------
...@@ -137,7 +133,6 @@ gitlab-rake gitlab:storage:list_legacy_attachments ...@@ -137,7 +133,6 @@ gitlab-rake gitlab:storage:list_legacy_attachments
```bash ```bash
rake gitlab:storage:list_legacy_attachments rake gitlab:storage:list_legacy_attachments
``` ```
## List attachments on Hashed storage ## List attachments on Hashed storage
...@@ -154,7 +149,6 @@ gitlab-rake gitlab:storage:hashed_attachments ...@@ -154,7 +149,6 @@ gitlab-rake gitlab:storage:hashed_attachments
```bash ```bash
rake gitlab:storage:hashed_attachments rake gitlab:storage:hashed_attachments
``` ```
------ ------
...@@ -171,7 +165,6 @@ gitlab-rake gitlab:storage:list_hashed_attachments ...@@ -171,7 +165,6 @@ gitlab-rake gitlab:storage:list_hashed_attachments
```bash ```bash
rake gitlab:storage:list_hashed_attachments rake gitlab:storage:list_hashed_attachments
``` ```
[storage-types]: ../repository_storage_types.md [storage-types]: ../repository_storage_types.md
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment