summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-24 19:28:15 +0000
committerYorick Peterse <yorickpeterse@gmail.com>2016-05-25 13:00:38 +0200
commitd6957280c73b29859d2bf594372b5dd7453bdaba (patch)
tree2c911c0c19e63778e9dd2afa6ef27ec4f5d8b2c7
parentef04b7366bb82dfe72783acd9398c275469ff306 (diff)
downloadgitlab-ce-d6957280c73b29859d2bf594372b5dd7453bdaba.tar.gz
Merge branch 'patch-2' into 'master'
Update branch name from 8-7-stable to 8-8-stable Fix inconsistency with the command listed above. [ci skip] See merge request !4274
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index fa11eb9ba6a..81c061f7147 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -271,7 +271,7 @@ sudo usermod -aG redis git
# Clone GitLab repository
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 8-8-stable gitlab
-**Note:** You can change `8-7-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
+**Note:** You can change `8-8-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!
### Configure It