Commit a7677251 authored by Peter Leitzen's avatar Peter Leitzen

Fix feature flag name for Service Desk

parent 956d3ec9
......@@ -177,7 +177,7 @@ To turn on the feature, ask a GitLab administrator with Rails console access to
command:
```ruby
Feature.enable(service_desk_email)
Feature.enable(:service_desk_email)
```
The configuration options are the same as for configuring
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment