diff --git a/src/rebar_plugins.erl b/src/rebar_plugins.erl index 5a0132c7..43b33db8 100644 --- a/src/rebar_plugins.erl +++ b/src/rebar_plugins.erl @@ -131,7 +131,7 @@ handle_plugin(Profile, Plugin, State, Upgrade) -> catch ?WITH_STACKTRACE(C,T,S) ?DEBUG("~p ~p ~p", [C, T, S]), - ?WARN("Errors loading plugin ~p. Run rebar3 wish DEBUG=1 set to see errors.", [Plugin]), + ?WARN("Errors loading plugin ~p. Run rebar3 with DEBUG=1 set to see errors.", [Plugin]), {[], State} end.