summaryrefslogtreecommitdiff
path: root/doc/administration
diff options
context:
space:
mode:
authorJames Lopez <james@jameslopez.es>2018-01-04 11:02:43 +0100
committerJames Lopez <james@jameslopez.es>2018-01-04 11:22:43 +0100
commitde36a8e27961d4c2af43d0ac2d700a391c245353 (patch)
treebcd16bc00216fe9f236c091e39b6d0352392070e /doc/administration
parent6ee122c04ee8263dc1cb9dfddd010c5c0b587e8e (diff)
downloadgitlab-ce-de36a8e27961d4c2af43d0ac2d700a391c245353.tar.gz
refactor spec, add docs
Diffstat (limited to 'doc/administration')
-rw-r--r--doc/administration/raketasks/check.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/administration/raketasks/check.md b/doc/administration/raketasks/check.md
index c8b5434c068..7dabc014bad 100644
--- a/doc/administration/raketasks/check.md
+++ b/doc/administration/raketasks/check.md
@@ -34,13 +34,13 @@ This task loops through all repositories on the GitLab server and runs the
**Omnibus Installation**
```
-sudo gitlab-rake gitlab:repo:check
+sudo gitlab-rake gitlab:git:fsck
```
**Source Installation**
```bash
-sudo -u git -H bundle exec rake gitlab:repo:check RAILS_ENV=production
+sudo -u git -H bundle exec rake gitlab:git:fsck RAILS_ENV=production
```
### Check repositories for a specific user