Commit 544dfdfd authored by Anton Smith's avatar Anton Smith

Fix broken Ruby command

parent 7d263f4e
......@@ -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