diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2013-05-17 16:39:55 -0600 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2013-05-17 16:39:55 -0600 |
commit | 2f69171a8a78fda542f1dd0196b588450c7fb71d (patch) | |
tree | 62170ed9f29fd3a4c42a519837b934bab3fba91e /doc/raketasks/cleanup.md | |
parent | 22d411e5579a9fcde24ae0f58a660da4f35652da (diff) | |
download | gitlab-ce-2f69171a8a78fda542f1dd0196b588450c7fb71d.tar.gz |
Typo fixes
Diffstat (limited to 'doc/raketasks/cleanup.md')
-rw-r--r-- | doc/raketasks/cleanup.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/raketasks/cleanup.md b/doc/raketasks/cleanup.md index 30a5d362caa..99809ef434d 100644 --- a/doc/raketasks/cleanup.md +++ b/doc/raketasks/cleanup.md @@ -1,12 +1,12 @@ -### Remove grabage from filesystem. Important! Data loss! +### Remove garbage from filesystem. Important! Data loss! -Remove namespaces(dirs) from /home/git/repositories if they dont exist in GitLab database +Remove namespaces(dirs) from `/home/git/repositories` if they don't exist in GitLab database. ``` bundle exec rake gitlab:cleanup:dirs RAILS_ENV=production ``` -Remove repositories (global only for now) from /home/git/repositories if they dont exist in GitLab database +Remove repositories (global only for now) from `/home/git/repositories` if they don't exist in GitLab database. ``` bundle exec rake gitlab:cleanup:repos RAILS_ENV=production |