Skip to content

Commit 2f69171

Browse files
committed
Typo fixes
1 parent 22d411e commit 2f69171

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/raketasks/cleanup.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
### Remove grabage from filesystem. Important! Data loss!
1+
### Remove garbage from filesystem. Important! Data loss!
22

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

55
```
66
bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production
77
```
88

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

1111
```
1212
bundle exec rake gitlab:cleanup:repos RAILS_ENV=production

0 commit comments

Comments
 (0)