From 9cf77b6604ec8830af1253cf187525e3d2548d44 Mon Sep 17 00:00:00 2001 From: Ben Bodenmiller Date: Sun, 21 Sep 2014 03:47:24 -0700 Subject: [PATCH] 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. --- doc/update/7.1-to-7.2.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/update/7.1-to-7.2.md b/doc/update/7.1-to-7.2.md index ff5574114a87..fc141200f847 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