aboutsummaryrefslogtreecommitdiffstats
path: root/priv/templates/nodetool
diff options
context:
space:
mode:
Diffstat (limited to 'priv/templates/nodetool')
-rw-r--r--priv/templates/nodetool2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/templates/nodetool b/priv/templates/nodetool
index faf19e7..f460962 100644
--- a/priv/templates/nodetool
+++ b/priv/templates/nodetool
@@ -23,7 +23,7 @@ main(Args) ->
end,
Timeout =
- case os:get_env("NODETOOL_TIMEOUT") of
+ case os:getenv("NODETOOL_TIMEOUT") of
false ->
60000;
StrVal ->