Commit d1ba3580 authored by Kati Paizee's avatar Kati Paizee

Merge branch 'docs/fix-broken-ruby-command-disable-maintainence-mode' into 'master'

Disable maintenance mode - fix broken Ruby command

See merge request gitlab-org/gitlab!67910
parents a71dffeb 544dfdfd
......@@ -60,7 +60,7 @@ There are three ways to disable Maintenance Mode:
- [**Rails console**](../operations/rails_console.md#starting-a-rails-console-session):
```ruby
::Gitlab::CurrentSettings.update_attributes!(maintenance_mode: false)
::Gitlab::CurrentSettings.update!(maintenance_mode: false)
```
## Behavior of GitLab features in Maintenance Mode
......
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