# File lib/heroku/commands/maintenance.rb, line 8
    def off
      heroku.maintenance(app, :off)
      display "Maintenance mode disabled."
    end