summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Smith <asmith@gitlab.com>2019-07-30 23:54:31 +0000
committerAnton Smith <asmith@gitlab.com>2019-07-30 23:54:31 +0000
commitff61a003d5143a0a07c125aeaeba95f258779aab (patch)
tree7c2c5dabea1879a9905e2caa24172f76c9adceca
parenta4e084461e6d3f5e0323f802c779e164fbd71abf (diff)
downloadgitlab-ce-docs-fix-copy-config-command-puma.tar.gz
Fix copy config command for Pumadocs-fix-copy-config-command-puma
-rw-r--r--doc/install/installation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/install/installation.md b/doc/install/installation.md
index 46ee980841b..a12edef4e41 100644
--- a/doc/install/installation.md
+++ b/doc/install/installation.md
@@ -938,7 +938,7 @@ To use GitLab with Puma:
cd /home/git/gitlab
# Copy config file for the web server
- sudo -u git -H config/puma.rb.example config/puma.rb
+ sudo -u git -H cp config/puma.rb.example config/puma.rb
```
1. Edit the system `init.d` script to use `EXPERIMENTAL_PUMA=1` flag. If you have `/etc/default/gitlab`, then you should edit it instead.