Commit 2f69171a8a78fda542f1dd0196b588450c7fb71d

Authored by Ben Bodenmiller
1 parent 22d411e5

Typo fixes

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
... ...