summaryrefslogtreecommitdiff
path: root/doc/update/8.11-to-8.12.md
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2016-09-16 14:30:36 +0200
committerJacob Vosmaer <jacob@gitlab.com>2016-09-16 14:30:36 +0200
commitc88caf6150fe3f99f17f814a265b352dade8d7b8 (patch)
treecda13fc0910f754e2b1b069606acd312b55b8266 /doc/update/8.11-to-8.12.md
parent591885ce3f5bc0102b5391d9205bbe04e55ca843 (diff)
downloadgitlab-ce-c88caf6150fe3f99f17f814a265b352dade8d7b8.tar.gz
Use gitlab-workhorse 0.8.2
Fixes rejected API git archive extensions; improves Sentry errors.
Diffstat (limited to 'doc/update/8.11-to-8.12.md')
-rw-r--r--doc/update/8.11-to-8.12.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.11-to-8.12.md b/doc/update/8.11-to-8.12.md
index 8017c36587e..686c7e8e7b5 100644
--- a/doc/update/8.11-to-8.12.md
+++ b/doc/update/8.11-to-8.12.md
@@ -82,7 +82,7 @@ GitLab 8.1.
```bash
cd /home/git/gitlab-workhorse
sudo -u git -H git fetch --all
-sudo -u git -H git checkout v0.8.1
+sudo -u git -H git checkout v0.8.2
sudo -u git -H make
```