summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-05-24 19:28:15 +0000
committerRobert Speicher <robert@gitlab.com>2016-05-24 19:28:15 +0000
commit28dbf9317b9d58d18c38a529c4a3f001a290663d (patch)
treeef75efa13a75566b4612d460b266a4972239a34b
parenta9b431c5b91af5c082b22579a04c5516576f1819 (diff)
parent07a3b09b7640a9c75d62574936d443664548b734 (diff)
downloadgitlab-ce-28dbf9317b9d58d18c38a529c4a3f001a290663d.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 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