From b6634775f7561ee8bf31395ed5b0cae76f7c707c Mon Sep 17 00:00:00 2001 From: Tuncer Ayaz Date: Fri, 16 Sep 2016 22:13:10 +0200 Subject: Remove superfluous space in unabbrev error msg --- src/rebar.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rebar.erl b/src/rebar.erl index 2eb608d..6f78fe6 100644 --- a/src/rebar.erl +++ b/src/rebar.erl @@ -593,7 +593,7 @@ unabbreviate_command_names([Command | Commands]) -> [FullCommand] -> [FullCommand | unabbreviate_command_names(Commands)]; Candidates -> - ?ABORT("Found more than one match for abbreviated command name " + ?ABORT("Found more than one match for abbreviated command name" " '~s',~nplease be more specific. Possible candidates:~n" " ~s~n", [Command, string:join(Candidates, ", ")]) -- cgit v1.2.1