Commit b0c0259b authored by Brian Richardson's avatar Brian Richardson

Fix typo in LIMIT command (line 88) to remove trailing ` character.

parent c8c711e4
...@@ -88,7 +88,7 @@ gitlab-rake gitlab:cleanup:orphan_job_artifact_files DRY_RUN=false ...@@ -88,7 +88,7 @@ gitlab-rake gitlab:cleanup:orphan_job_artifact_files DRY_RUN=false
You can also limit the number of files to delete with `LIMIT`: You can also limit the number of files to delete with `LIMIT`:
```shell ```shell
gitlab-rake gitlab:cleanup:orphan_job_artifact_files LIMIT=100` gitlab-rake gitlab:cleanup:orphan_job_artifact_files LIMIT=100
``` ```
This will only delete up to 100 files from disk. You can use this to This will only delete up to 100 files from disk. You can use this to
......
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