Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatricio Cano <patricio@gitlab.com>2014-10-30 21:14:31 +0300
committerPatricio Cano <patricio@gitlab.com>2014-10-30 21:14:31 +0300
commit5c645b76b3a9343ac4ff55b8cb14472efc38b746 (patch)
tree12dceba8d4f1b5d7d2d5ce496b2c99885750dbf9 /doc/raketasks
parent792f7e09e26b7d8872166d27924837f0fd42526b (diff)
Fixed typo
Diffstat (limited to 'doc/raketasks')
-rw-r--r--doc/raketasks/import.md4
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