diff options
author | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-12-09 15:28:41 -0200 |
---|---|---|
committer | Douglas Barbosa Alexandre <dbalexandre@gmail.com> | 2016-12-09 15:28:41 -0200 |
commit | e01e9f8b01e530ea5aa43180abbbb6490684eb8c (patch) | |
tree | 6db9a2df474cb1f8f195b92f13a357229c765257 /doc/update/8.14-to-8.15.md | |
parent | ad4c2a08104cba0557d824fac6a70eedd45921b7 (diff) | |
download | gitlab-ce-e01e9f8b01e530ea5aa43180abbbb6490684eb8c.tar.gz |
[ci skip] Update "Installation from source" guide for 8.15.0update/installation-from-source-guide-8-15
Diffstat (limited to 'doc/update/8.14-to-8.15.md')
-rw-r--r-- | doc/update/8.14-to-8.15.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.14-to-8.15.md b/doc/update/8.14-to-8.15.md index 3f58493fa63..5556dae2551 100644 --- a/doc/update/8.14-to-8.15.md +++ b/doc/update/8.14-to-8.15.md @@ -72,7 +72,7 @@ sudo -u git -H git checkout 8-15-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all --tags -sudo -u git -H git checkout v4.0.0 +sudo -u git -H git checkout v4.0.3 ``` ### 6. Update gitlab-workhorse |