Merge pull request #8604 from Razer6/fix_gitlab_shell_doc

Update gitlab-shell in docs to 2.4.1
This commit is contained in:
Jeroen van Baarsen 2015-01-18 15:00:20 +01:00
commit b1c79eaf94
2 changed files with 2 additions and 2 deletions

View file

@ -119,7 +119,7 @@ sudo apt-get install pkg-config cmake
```bash ```bash
cd /home/git/gitlab-shell cd /home/git/gitlab-shell
sudo -u git -H git fetch 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. ## 7. Install libs, migrations, etc.

View file

@ -37,7 +37,7 @@ sudo -u git -H git checkout 7-7-stable-ee
```bash ```bash
cd /home/git/gitlab-shell cd /home/git/gitlab-shell
sudo -u git -H git fetch 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. ### 4. Install libs, migrations, etc.