diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-05-30 20:02:54 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-30 20:02:54 -0400 |
commit | b1b45ff926d1380dd71e402ae2ea22fa84356493 (patch) | |
tree | e042ad22d2db6da149cb2061b9fe7fa2eb151de4 /src | |
parent | 8634faa516b8a20d3553101d60164d2696be1a62 (diff) | |
parent | 246b4baaca6996810e455085bb75a33a044efa6a (diff) |
Merge pull request #1797 from ferd/otp-21-rc2-support
Logger OTP-21-rc2 support
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_prv_shell.erl | 2 |
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), |