mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Fix typo; courtesy of OJ Reeves
This commit is contained in:
parent
7bcbe026d4
commit
12420ee43c
1 changed files with 1 additions and 1 deletions
|
@ -151,7 +151,7 @@ validate_modules(AppName, Mods) ->
|
||||||
ok;
|
ok;
|
||||||
MissingMods ->
|
MissingMods ->
|
||||||
Msg2 = lists:flatten([io_lib:format("\t* ~p\n", [M]) || M <- MissingMods]),
|
Msg2 = lists:flatten([io_lib:format("\t* ~p\n", [M]) || M <- MissingMods]),
|
||||||
?ERROR("On or more .beam files exist that are not listed in ~p.app:\n~s",
|
?ERROR("One or more .beam files exist that are not listed in ~p.app:\n~s",
|
||||||
[AppName, Msg2]),
|
[AppName, Msg2]),
|
||||||
?FAIL
|
?FAIL
|
||||||
end.
|
end.
|
||||||
|
|
Loading…
Reference in a new issue