Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFabio Busatto <fabio@gitlab.com>2017-09-29 11:38:45 +0300
committerFabio Busatto <fabio@gitlab.com>2017-09-29 11:38:45 +0300
commit6e6e0c045368ab40f1a7c39d15a234ef509b9155 (patch)
tree4ae9deeda946ec05d32f0874a8904aefefaab756 /doc
parenta481337b6a1b30750a16fffe0e83521b7909b851 (diff)
Fix Auto DevOps banner feature flag
Diffstat (limited to 'doc')
-rw-r--r--doc/topics/autodevops/index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/topics/autodevops/index.md b/doc/topics/autodevops/index.md
index 0b7c11ea700..5561784ed0b 100644
--- a/doc/topics/autodevops/index.md
+++ b/doc/topics/autodevops/index.md
@@ -511,7 +511,7 @@ sudo gitlab-rails console
Then run:
```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: