diff options
Diffstat (limited to 'priv')
-rwxr-xr-x | priv/rebar | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ apply_command([{Type, Dir, File} | Rest], Command) -> ok -> apply_command(Rest, Command); Other -> - ?CONSOLE("Execution of ~p failed while processing ~s: ~p", [Command, Dir, Other]) + ?CONSOLE("~p failed while processing ~s: ~p", [Command, Dir, Other]) end. |