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:
authorAbe Voelker <abe@abevoelker.com>2012-04-06 20:35:48 +0400
committerAbe Voelker <abe@abevoelker.com>2012-04-06 20:35:48 +0400
commita6c1201c906bc3b0bfd4151bbc1d738bd46a1c24 (patch)
tree9291a1288457752ed9149cf0b23147a623bc1ab7 /doc/installation.md
parent805142a0448d05461ec5f63557e137c58b8aadcf (diff)
Fix install instructions' echo missing -e flag
Needed to expand the \n into a newline. My bad.
Diffstat (limited to 'doc/installation.md')
-rw-r--r--doc/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/installation.md b/doc/installation.md
index c5f2057f9cc..05f29d8321c 100644
--- a/doc/installation.md
+++ b/doc/installation.md
@@ -107,7 +107,7 @@ Get gitolite source code:
Setup:
- sudo -u git sh -c 'echo "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile'
+ sudo -u git sh -c 'echo -e "PATH=\$PATH:/home/git/bin\nexport PATH" > /home/git/.profile'
sudo -u git -i -H /home/git/gitolite/src/gl-system-install
sudo cp /home/gitlab/.ssh/id_rsa.pub /home/git/gitlab.pub
sudo chmod 777 /home/git/gitlab.pub