summaryrefslogtreecommitdiff
path: root/src/rebar_prv_shell.erl
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2018-05-30 19:50:28 -0400
committerFred Hebert <mononcqc@ferd.ca>2018-05-30 19:50:28 -0400
commit246b4baaca6996810e455085bb75a33a044efa6a (patch)
tree10f4c9986953149922a1919fcf3eb50b18948402 /src/rebar_prv_shell.erl
parent1979ce39c114b6587959d917588ee1541f5f27b1 (diff)
Logger OTP-21-rc2 support
Also small output fix in rebar3 shell
Diffstat (limited to 'src/rebar_prv_shell.erl')
-rw-r--r--src/rebar_prv_shell.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_shell.erl b/src/rebar_prv_shell.erl
index 9a320ad..52b50a0 100644
--- a/src/rebar_prv_shell.erl
+++ b/src/rebar_prv_shell.erl
@@ -236,7 +236,7 @@ maybe_run_script(State) ->
?DEBUG("No script_file specified.", []),
ok;
"none" ->
- ?DEBUG("Shell script execution skipped (--script none).", []),
+ ?DEBUG("Shell script execution skipped (--script_file none).", []),
ok;
RelFile ->
File = filename:absname(RelFile),