Commit 81c3289d authored by Athar Hameed's avatar Athar Hameed

Fix Ruby code for disabling Auto DevOps banner

parent c49ad301
...@@ -511,7 +511,7 @@ sudo gitlab-rails console ...@@ -511,7 +511,7 @@ sudo gitlab-rails console
Then run: Then run:
```ruby ```ruby
Feature.get(:auto_devops_banner_disabled).disable Feature.get(:auto_devops_banner_disabled).enable
``` ```
Or through the HTTP API with an admin access token: Or through the HTTP API with an admin access token:
......
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