summaryrefslogtreecommitdiff
path: root/priv/rebar
diff options
context:
space:
mode:
Diffstat (limited to 'priv/rebar')
-rwxr-xr-xpriv/rebar2
1 files changed, 1 insertions, 1 deletions
diff --git a/priv/rebar b/priv/rebar
index b30a722..f911966 100755
--- a/priv/rebar
+++ b/priv/rebar
@@ -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.