diff options
author | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-15 10:42:32 +0200 |
---|---|---|
committer | Jacob Vosmaer <contact@jacobvosmaer.nl> | 2016-04-15 10:42:32 +0200 |
commit | c795ef079cde695080ef34444899b77127db6075 (patch) | |
tree | 1675932104ca0aabc8bb47e5002ef494be780df4 /doc | |
parent | ddec8e777f31d747d8c5c6599acf6b84afeea92d (diff) | |
parent | cd8fa2e6c0670836841f3c4bcc398b8912ac28d5 (diff) | |
download | gitlab-ce-c795ef079cde695080ef34444899b77127db6075.tar.gz |
Merge branch 'master' of https://github.com/gitlabhq/gitlabhq
Diffstat (limited to 'doc')
-rw-r--r-- | doc/update/8.5-to-8.6.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.5-to-8.6.md b/doc/update/8.5-to-8.6.md index b9abcbd2c12..6267f14eba4 100644 --- a/doc/update/8.5-to-8.6.md +++ b/doc/update/8.5-to-8.6.md @@ -46,7 +46,7 @@ sudo -u git -H git checkout 8-6-stable-ee ```bash cd /home/git/gitlab-shell sudo -u git -H git fetch --all -sudo -u git -H git checkout v2.6.11 +sudo -u git -H git checkout v2.6.12 ``` ### 5. Update gitlab-workhorse |