summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/statusreport.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/statusreport.erl b/src/statusreport.erl
index cd5bb5a..63414cd 100644
--- a/src/statusreport.erl
+++ b/src/statusreport.erl
@@ -112,7 +112,7 @@ encode_status({multi, Statuses}) ->
send(Service, Statusreports, Nodename) ->
lager:debug("reporting status to ~p: ~p", [Service, Statusreports]),
- [NodeAddress] = plopconfig:get_env(statsservers, []),
+ [NodeAddress] = plopconfig:get_env(statusservers, []),
DebugTag = "statusreport",
URL = NodeAddress ++ Service,
Headers = [{"Content-Type", "text/json"}],