aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHeinz N. Gies <[email protected]>2016-02-11 12:50:33 -0500
committerHeinz N. Gies <[email protected]>2016-02-11 12:50:33 -0500
commit10e29bcb37f53c3dc4a0949660b8b0b1ed37cf1b (patch)
tree14ebebf200cf9d18e4a3267563386285fcb7a552
parent72e4baf906dcf6840880597d365da59e9e6635e0 (diff)
downloadrelx-10e29bcb37f53c3dc4a0949660b8b0b1ed37cf1b.tar.gz
relx-10e29bcb37f53c3dc4a0949660b8b0b1ed37cf1b.tar.bz2
relx-10e29bcb37f53c3dc4a0949660b8b0b1ed37cf1b.zip
Fix typo
-rw-r--r--src/rlx_cmd_args.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_cmd_args.erl b/src/rlx_cmd_args.erl
index 96ddeba..7f3f39b 100644
--- a/src/rlx_cmd_args.erl
+++ b/src/rlx_cmd_args.erl
@@ -137,7 +137,7 @@ create(log_level, Opts) ->
if
LogLevel >= 0, LogLevel =< 3 ->
{log, ec_cmd_log:new(LogLevel, command_line,
- rerlx_util:intensity())};
+ rlx_util:intensity())};
true ->
throw(?RLX_ERROR({invalid_log_level, LogLevel}))
end;