diff options
author | Ruben Davila <rdavila84@gmail.com> | 2016-09-01 12:33:37 -0500 |
---|---|---|
committer | Ruben Davila <rdavila84@gmail.com> | 2016-09-01 12:33:37 -0500 |
commit | dd0431c5f7c93a2f9cee6766c9c8f3b0536022e9 (patch) | |
tree | 78a9a62d974f4c77f6b996f7436310e19559b50b /doc/update/8.11-to-8.12.md | |
parent | a4c56a2b895f1313c09f1f029745395c4563763c (diff) | |
download | gitlab-ce-dd0431c5f7c93a2f9cee6766c9c8f3b0536022e9.tar.gz |
Some minor updates for upgrade guides for 8.12.
Diffstat (limited to 'doc/update/8.11-to-8.12.md')
-rw-r--r-- | doc/update/8.11-to-8.12.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.11-to-8.12.md b/doc/update/8.11-to-8.12.md index 953e9d7e74c..c8ca42f97bc 100644 --- a/doc/update/8.11-to-8.12.md +++ b/doc/update/8.11-to-8.12.md @@ -82,7 +82,7 @@ GitLab 8.1. ```bash cd /home/git/gitlab-workhorse sudo -u git -H git fetch --all -sudo -u git -H git checkout v0.7.8 +sudo -u git -H git checkout v0.7.11 sudo -u git -H make ``` |