summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfliespl <a.rzadkowolski@gmail.com>2016-05-09 08:11:07 +0000
committerfliespl <a.rzadkowolski@gmail.com>2016-05-09 08:11:07 +0000
commitfb6586151acc290bed8d4337f019d86aed84a33d (patch)
tree2632bb6e488bce81dd1258f5b89dc726e81c7b9c
parent4bc4f06512620271a8d454b966e7f5c288a68829 (diff)
downloadgitlab-ce-fb6586151acc290bed8d4337f019d86aed84a33d.tar.gz
Broken instructions. git fetch --all --tags doesn't refresh tags
-rw-r--r--doc/update/8.6-to-8.7.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/update/8.6-to-8.7.md b/doc/update/8.6-to-8.7.md
index 4a2c6ea91d2..8aceb292243 100644
--- a/doc/update/8.6-to-8.7.md
+++ b/doc/update/8.6-to-8.7.md
@@ -45,7 +45,7 @@ sudo -u git -H git checkout 8-7-stable-ee
```bash
cd /home/git/gitlab-shell
-sudo -u git -H git fetch --all --tags
+sudo -u git -H git fetch --tags
sudo -u git -H git checkout v2.7.2
```