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 be3a9c5 commit 6b11554
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 6b11554

Please sign in to comment.