diff options
author | DJ Mountney <david@twkie.net> | 2017-03-09 15:19:59 -0800 |
---|---|---|
committer | DJ Mountney <david@twkie.net> | 2017-03-09 15:19:59 -0800 |
commit | 8cda8eee58f1ac0af9ab75b950849f4ca27f0663 (patch) | |
tree | 5236e549eb1f6f2748bbd62c7f1bc78a0404c57c /doc/update | |
parent | 184c1230e0ba549bebbb12d43633084b409c6230 (diff) | |
download | gitlab-ce-8cda8eee58f1ac0af9ab75b950849f4ca27f0663.tar.gz |
Add missed review update for 8.17 to 9.0 documentupdate-install-guides-9-0
Missed removing one of the redundant lines
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.17-to-9.0.md | 1 |
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 - ``` |