Skip to content
Snippets Groups Projects
Commit fb998346 authored by Jacob Vosmaer's avatar Jacob Vosmaer
Browse files

Remove unnecessary comma

parent c7069b45
No related branches found
No related tags found
1 merge request!40Minimal Docs
Loading
Loading
@@ -14,7 +14,7 @@ You can make configuration changes by editing `/etc/gitlab/gitlab.rb` and
sudo gitlab-ctl reconfigure
```
 
To start/stop a component of GitLab, run e.g.
To start/stop a component of GitLab run e.g.
`sudo gitlab-ctl stop sidekiq`. To permanently disable e.g. Sidekiq, add
`sidekiq['enable'] = false` to `/etc/gitlab/gitlab.rb`, and run
`sudo gitlab-ctl reconfigure` for the change to take effect.
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment