Skip to content

Commit

Permalink
Update src/lavinmqctl.cr
Browse files Browse the repository at this point in the history
Co-authored-by: Carl Hörberg <[email protected]>
  • Loading branch information
viktorerlingsson and carlhoerberg authored Sep 26, 2024
1 parent 947e118 commit 0bbcaba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lavinmqctl.cr
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,7 @@ class LavinMQCtl
end
output cc
else
puts columns.join("\t")
puts columns.join(STDOUT, "\t")
conns.each do |u|
if conn = u.as_h?
columns.each_with_index do |c, i|
Expand Down

0 comments on commit 0bbcaba

Please sign in to comment.