Skip to content

Commit 5b6c2a9

Browse files
committed
fixing auto linter correction problrems?
Signed-off-by: Ben Abrams <me@benabrams.it>
1 parent e1a5733 commit 5b6c2a9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/check-sqs-messages.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,8 +123,8 @@ def run
123123
messages = messages.attributes([config[:metric]]).to_i
124124
else
125125
failure_msg = <<~MESSAGE
126-
failed to pull metric # {config[:metric]} on queue: #{q}.
127-
available attributes: # {messages.attributes}
126+
failed to pull metric #{config[:metric]} on queue: #{q}.
127+
available attributes: #{messages.attributes}
128128
MESSAGE
129129
unknown failure_msg
130130
end

0 commit comments

Comments
 (0)