diff options
author | Fabio Busatto <fabio@gitlab.com> | 2017-09-29 08:38:45 +0000 |
---|---|---|
committer | Fabio Busatto <fabio@gitlab.com> | 2017-09-29 08:38:45 +0000 |
commit | 6e6e0c045368ab40f1a7c39d15a234ef509b9155 (patch) | |
tree | 4ae9deeda946ec05d32f0874a8904aefefaab756 /doc/topics | |
parent | a481337b6a1b30750a16fffe0e83521b7909b851 (diff) | |
download | gitlab-ce-6e6e0c045368ab40f1a7c39d15a234ef509b9155.tar.gz |
Fix Auto DevOps banner feature flag
Diffstat (limited to 'doc/topics')
-rw-r--r-- | doc/topics/autodevops/index.md | 2 |
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: |