summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Preinstorfer <nblock@archlinux.us>2016-05-24 10:17:40 +0000
committerFlorian Preinstorfer <nblock@archlinux.us>2016-05-24 10:17:40 +0000
commit07a3b09b7640a9c75d62574936d443664548b734 (patch)
tree44aa954c4f54150d302e6c32354534a66f5d71b7
parentbaa9c66057fccefce05b9f01009942fb079fee22 (diff)
downloadgitlab-ce-07a3b09b7640a9c75d62574936d443664548b734.tar.gz
Update branch name from 8-7-stable to 8-8-stable
-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 526f127178d..108ceb593d0 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