summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <contact@jacobvosmaer.nl>2013-10-21 10:04:32 -0700
committerJacob Vosmaer <contact@jacobvosmaer.nl>2013-10-21 10:04:32 -0700
commit4f5d9053740f4c4347aa2e057ccc72c2ffbcc0ce (patch)
tree8aefb8b62fd2e041e5637cfd371b47f7947834bc
parent1a923fe02eb3f1b8ec2caca7224682651f2b0bf0 (diff)
parent08fd2b957da83e467c77db759f7964a94d26622e (diff)
downloadgitlab-ce-4f5d9053740f4c4347aa2e057ccc72c2ffbcc0ce.tar.gz
Merge pull request #5389 from alexyoder/patch-1
change 6-1-stable to 6-2-stable in installation guide
-rw-r--r--doc/install/installation.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index d0be2325aac..c89ae57f710 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -153,10 +153,10 @@ To setup the MySQL/PostgreSQL database and dependencies please see [`doc/install
cd /home/git/gitlab
# Checkout to stable release
- sudo -u git -H git checkout 6-1-stable
+ sudo -u git -H git checkout 6-2-stable
**Note:**
-You can change `6-1-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+You can change `6-2-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
## Configure it