Skip to content

Commit 4760d6e

Browse files
authored
Merge pull request #275 from riemann/fix-haproxy
Fix `riemann-haproxy` NoMethodError
2 parents 6da95c8 + 9c9a370 commit 4760d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/riemann/tools/haproxy.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@ def body
5757
get.basic_auth userinfo[0], userinfo[1]
5858
end
5959
h.request get
60-
res.body
6160
end
61+
res.body
6262
end
6363
end
6464
end

0 commit comments

Comments
 (0)