Skip to content

Commit

Permalink
RuboCop fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CGA1123 committed Apr 7, 2024
1 parent 8f6496d commit 725b7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

module ExampleHelper
def self.print_output(line)
$stderr.puts line unless ENV.fetch('SUPPRESS_WEBHOOK_MESSAGE', nil) == 'true'
warn line unless ENV.fetch('SUPPRESS_WEBHOOK_MESSAGE', nil) == 'true'
end

def self.post_to_slack(body)
Expand Down

0 comments on commit 725b7c1

Please sign in to comment.