summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2017-09-29 08:49:13 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2017-09-29 08:49:13 +0000
commit2c2cb12bf1ab48c30aae59006b34bdb67cfeff0d (patch)
treeb3a0bd56959692777a3262df5ac20d4ecf6800b0
parent0addef2e574a69c7dbb28179bf74672e98884806 (diff)
parent6e6e0c045368ab40f1a7c39d15a234ef509b9155 (diff)
downloadgitlab-ce-2c2cb12bf1ab48c30aae59006b34bdb67cfeff0d.tar.gz
Merge branch 'docs-fix-auto-devops-banner-feature-flag' into 'master'
Fix Auto DevOps banner feature flag Closes #38576 See merge request gitlab-org/gitlab-ce!14576
-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: