diff options
author | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:26:08 +0000 |
---|---|---|
committer | Fatih Sarhan <f9n@protonmail.com> | 2018-12-31 22:26:08 +0000 |
commit | 4e44fb43602c94e012f705e1db81678bdb77835b (patch) | |
tree | 5dbf0e3ff43d3142029c201b3ec9a56993612747 /doc/update | |
parent | 12694c89321040ac5fc49ac386378a4e23d1ade5 (diff) | |
download | gitlab-ce-4e44fb43602c94e012f705e1db81678bdb77835b.tar.gz |
Update doc/update/8.11-to-8.12.md
Diffstat (limited to 'doc/update')
-rw-r--r-- | doc/update/8.11-to-8.12.md | 2 |
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 9d6a1f42375..b9a7986d5ba 100644 --- a/doc/update/8.11-to-8.12.md +++ b/doc/update/8.11-to-8.12.md @@ -47,7 +47,7 @@ sudo make install Install Bundler: ```bash -sudo gem install bundler --no-ri --no-rdoc +sudo gem install bundler --no-document ``` ### 4. Get latest code |