diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2014-09-22 09:57:38 +0200 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2014-09-22 09:57:38 +0200 |
commit | 8446f37e7c32ba6d324878fb672147aa74c9485f (patch) | |
tree | c25f7b72669e50da1d59f20f078ee914d92d9ead /doc/update/7.1-to-7.2.md | |
parent | 90741c8892f5f8fd5d5154c8cd9d3fda9397df56 (diff) | |
parent | 9cf77b6604ec8830af1253cf187525e3d2548d44 (diff) | |
download | gitlab-ce-8446f37e7c32ba6d324878fb672147aa74c9485f.tar.gz |
Merge pull request #7809 from bbodenmiller/patch-25
update gitlab shell to 1.9.8 for gitlab 7.2.2
Diffstat (limited to 'doc/update/7.1-to-7.2.md')
-rw-r--r-- | doc/update/7.1-to-7.2.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/7.1-to-7.2.md b/doc/update/7.1-to-7.2.md index e00c7a37e37..699111f0143 100644 --- a/doc/update/7.1-to-7.2.md +++ b/doc/update/7.1-to-7.2.md @@ -46,7 +46,7 @@ sudo -u git -H git checkout 7-2-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v1.9.7 +sudo -u git -H git checkout v1.9.8 ``` ### 4. Install new system dependencies |