lib/deputy.rb in deputy-0.1.27 vs lib/deputy.rb in deputy-0.1.28
- old
+ new
@@ -113,10 +113,10 @@
raise e
end
def self.send_report(group, value)
raise "separate #{group} with a ." unless group.split('.',2).size == 2
- get "/report?group=#{CGI.escape group}&value=#{CGI.escape value.to_s}"
+ get "/notify?group=#{CGI.escape group}&value=#{CGI.escape value.to_s}"
end
def self.get(path)
url = "#{sheriff_url}#{path}"
Timeout.timeout(1) do
\ No newline at end of file