Commit 707cea8d45c45a2f840a5d053092e699912cb8a8
Exists in
master
and in
4 other branches
Merge pull request #4600 from lukaselmer/patch-1
Replace vim by editor
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
doc/install/installation.md
| ... | ... | @@ -190,7 +190,7 @@ You can change `5-3-stable` to `master` if you want the *bleeding edge* version, |
| 190 | 190 | |
| 191 | 191 | # Enable cluster mode if you expect to have a high load instance |
| 192 | 192 | # Ex. change amount of workers to 3 for 2GB RAM server |
| 193 | - sudo -u git -H vim config/unicorn.rb | |
| 193 | + sudo -u git -H editor config/unicorn.rb | |
| 194 | 194 | |
| 195 | 195 | # Configure Git global settings for git user, useful when editing via web |
| 196 | 196 | # Edit user.email according to what is set in gitlab.yml | ... | ... |