Commit 1db90a2e authored by Ray Paik's avatar Ray Paik

Merge branch 'patch-38' into 'master'

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

See merge request gitlab-org/gitlab!19723
parents a640e526 b0c0259b
......@@ -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`:
```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
......
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