Skip to content

Commit

Permalink
Merge pull request #275 from riemann/fix-haproxy
Browse files Browse the repository at this point in the history
Fix `riemann-haproxy` NoMethodError
  • Loading branch information
jamtur01 authored Dec 8, 2023
2 parents 6da95c8 + 9c9a370 commit 4760d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/riemann/tools/haproxy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ def body
get.basic_auth userinfo[0], userinfo[1]
end
h.request get
res.body
end
res.body
end
end
end
Expand Down

0 comments on commit 4760d6e

Please sign in to comment.