diff options
author | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-01-18 15:00:20 +0100 |
---|---|---|
committer | Jeroen van Baarsen <jeroenvanbaarsen@gmail.com> | 2015-01-18 15:00:20 +0100 |
commit | b1c79eaf945b22602552edf8d111c5245057bad2 (patch) | |
tree | 2db0901c1ec01d1145918b809751f9e41fa59089 | |
parent | d84a2ab641f7e69ff597954ad0fb3aa5fdffe1e4 (diff) | |
parent | 5ee99290bedb6f20ee9648d64029c383c1abb05c (diff) | |
download | gitlab-ce-b1c79eaf945b22602552edf8d111c5245057bad2.tar.gz |
Merge pull request #8604 from Razer6/fix_gitlab_shell_doc
Update gitlab-shell in docs to 2.4.1
-rw-r--r-- | doc/update/6.x-or-7.x-to-7.7.md | 2 | ||||
-rw-r--r-- | doc/update/7.6-to-7.7.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/update/6.x-or-7.x-to-7.7.md b/doc/update/6.x-or-7.x-to-7.7.md index 81cc9d379e2..6501a8d2148 100644 --- a/doc/update/6.x-or-7.x-to-7.7.md +++ b/doc/update/6.x-or-7.x-to-7.7.md @@ -119,7 +119,7 @@ sudo apt-get install pkg-config cmake ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v2.4.0 +sudo -u git -H git checkout v2.4.1 ``` ## 7. Install libs, migrations, etc. diff --git a/doc/update/7.6-to-7.7.md b/doc/update/7.6-to-7.7.md index a5a30f925c7..90f15afcb62 100644 --- a/doc/update/7.6-to-7.7.md +++ b/doc/update/7.6-to-7.7.md @@ -37,7 +37,7 @@ sudo -u git -H git checkout 7-7-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch -sudo -u git -H git checkout v2.4.0 +sudo -u git -H git checkout v2.4.1 ``` ### 4. Install libs, migrations, etc. |