Commit fb998346ae31fcc79a7261f691515731b7783998
1 parent
c7069b45
Exists in
master
and in
17 other branches
Remove unnecessary comma
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
README.md
| ... | ... | @@ -14,7 +14,7 @@ You can make configuration changes by editing `/etc/gitlab/gitlab.rb` and |
| 14 | 14 | sudo gitlab-ctl reconfigure |
| 15 | 15 | ``` |
| 16 | 16 | |
| 17 | -To start/stop a component of GitLab, run e.g. | |
| 17 | +To start/stop a component of GitLab run e.g. | |
| 18 | 18 | `sudo gitlab-ctl stop sidekiq`. To permanently disable e.g. Sidekiq, add |
| 19 | 19 | `sidekiq['enable'] = false` to `/etc/gitlab/gitlab.rb`, and run |
| 20 | 20 | `sudo gitlab-ctl reconfigure` for the change to take effect. | ... | ... |