Skip to content

Commit

Permalink
update gitlab shell to 1.9.8 for gitlab 7.2.2
Browse files Browse the repository at this point in the history
As committed in 873acfd GitLab 7.2.2 requires GitLab Shell 1.9.8. Fixes https://github.com/gitlabhq/gitlabhq/issues/7806.
  • Loading branch information
bbodenmiller committed Sep 21, 2014
1 parent 9971a96 commit 9cf77b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/update/7.1-to-7.2.md
Expand Up @@ -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
Expand Down

0 comments on commit 9cf77b6

Please sign in to comment.