Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDJ Mountney <david@twkie.net>2017-03-10 02:19:59 +0300
committerDJ Mountney <david@twkie.net>2017-03-10 02:19:59 +0300
commit8cda8eee58f1ac0af9ab75b950849f4ca27f0663 (patch)
tree5236e549eb1f6f2748bbd62c7f1bc78a0404c57c /doc/update/8.17-to-9.0.md
parent184c1230e0ba549bebbb12d43633084b409c6230 (diff)
Add missed review update for 8.17 to 9.0 document
Missed removing one of the redundant lines
Diffstat (limited to 'doc/update/8.17-to-9.0.md')
-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 -
```