summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2017-03-09 15:19:59 -0800
committerDJ Mountney <david@twkie.net>2017-03-09 15:19:59 -0800
commit8cda8eee58f1ac0af9ab75b950849f4ca27f0663 (patch)
tree5236e549eb1f6f2748bbd62c7f1bc78a0404c57c
parent184c1230e0ba549bebbb12d43633084b409c6230 (diff)
downloadgitlab-ce-update-install-guides-9-0.tar.gz
Add missed review update for 8.17 to 9.0 documentupdate-install-guides-9-0
Missed removing one of the redundant lines
-rw-r--r--doc/update/8.17-to-9.0.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/update/8.17-to-9.0.md b/doc/update/8.17-to-9.0.md
index e268a7c12ef..1fe38cf8d2a 100644
--- a/doc/update/8.17-to-9.0.md
+++ b/doc/update/8.17-to-9.0.md
@@ -66,7 +66,6 @@ Since 8.17, GitLab requires the use of yarn `>= v0.17.0` to manage
JavaScript dependencies.
```bash
-# install yarn
curl --location https://yarnpkg.com/install.sh | bash -
```