Commit 91ab245db770be1021c7d08e56e17d88db2b53b6
Exists in
master
and in
4 other branches
Merge pull request #3983 from bbodenmiller/patch-1
Typo fixes in cleanup.md
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
doc/raketasks/cleanup.md
1 | -### Remove grabage from filesystem. Important! Data loss! | |
1 | +### Remove garbage from filesystem. Important! Data loss! | |
2 | 2 | |
3 | -Remove namespaces(dirs) from /home/git/repositories if they dont exist in GitLab database | |
3 | +Remove namespaces(dirs) from `/home/git/repositories` if they don't exist in GitLab database. | |
4 | 4 | |
5 | 5 | ``` |
6 | 6 | bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production |
7 | 7 | ``` |
8 | 8 | |
9 | -Remove repositories (global only for now) from /home/git/repositories if they dont exist in GitLab database | |
9 | +Remove repositories (global only for now) from `/home/git/repositories` if they don't exist in GitLab database. | |
10 | 10 | |
11 | 11 | ``` |
12 | 12 | bundle exec rake gitlab:cleanup:repos RAILS_ENV=production | ... | ... |