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