Skip to content

Commit

Permalink
Exclude maintenance command
Browse files Browse the repository at this point in the history
  • Loading branch information
ahangarha committed Nov 2, 2023
1 parent 66a56bf commit 24363d9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/command/maintenance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,9 @@ def call # rubocop:disable Metrics/MethodLength
puts "off"
end
end

def puts_info_header
# Do not print any info header
end
end
end

0 comments on commit 24363d9

Please sign in to comment.