diff options
author | Patricio Cano <patricio@gitlab.com> | 2014-10-30 13:14:31 -0500 |
---|---|---|
committer | Patricio Cano <patricio@gitlab.com> | 2014-10-30 13:14:31 -0500 |
commit | 5c645b76b3a9343ac4ff55b8cb14472efc38b746 (patch) | |
tree | 12dceba8d4f1b5d7d2d5ce496b2c99885750dbf9 /doc | |
parent | 792f7e09e26b7d8872166d27924837f0fd42526b (diff) | |
download | gitlab-ce-5c645b76b3a9343ac4ff55b8cb14472efc38b746.tar.gz |
Fixed typo
Diffstat (limited to 'doc')
-rw-r--r-- | doc/raketasks/import.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/raketasks/import.md b/doc/raketasks/import.md index 1f34abddd7f..a873cd299e3 100644 --- a/doc/raketasks/import.md +++ b/doc/raketasks/import.md @@ -36,13 +36,13 @@ gitlab_shell: ``` -### Copy your bare repositories inside this newly created folder, e.g.: +### Copy your bare repositories inside this newly created folder: ``` $ cp -r /old/git/foo.git/ /home/git/repositories/new_group/ ``` -### Run the commands below depending on you type of installation: +### Run the commands below depending on your type of installation: #### Omnibus Installation |