diff options
author | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-21 03:47:24 -0700 |
---|---|---|
committer | Ben Bodenmiller <bbodenmiller@hotmail.com> | 2014-09-21 03:47:24 -0700 |
commit | 9cf77b6604ec8830af1253cf187525e3d2548d44 (patch) | |
tree | 00884273b9b21572ab70f8007b553e626a705856 /doc/update/7.1-to-7.2.md | |
parent | 9971a9692a41b7bab4461ea0f94a4fa5e7e81c89 (diff) | |
download | gitlab-ce-9cf77b6604ec8830af1253cf187525e3d2548d44.tar.gz |
update gitlab shell to 1.9.8 for gitlab 7.2.2
As committed in https://github.com/gitlabhq/gitlabhq/commit/873acfd9aa54e801d5786c32b05c4f8ad21af72a GitLab 7.2.2 requires GitLab Shell 1.9.8. Fixes https://github.com/gitlabhq/gitlabhq/issues/7806.
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 ff5574114a8..fc141200f84 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 |