Fix indentation

This commit is contained in:
Filipa Lacerda 2018-04-12 13:03:00 +01:00
parent 54b13dd405
commit 2edcd9d0ab
No known key found for this signature in database
GPG key ID: 9CA3FDE4D1E2F1C8

View file

@ -301,7 +301,7 @@ sudo usermod -aG redis git
### Clone the Source
# Clone GitLab repository
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-7-stable gitlab
sudo -u git -H git clone https://gitlab.com/gitlab-org/gitlab-ce.git -b 10-7-stable gitlab
**Note:** You can change `10-6-stable` to `master` if you want the *bleeding edge* version, but never install master on a production server!