Browse Source

Fix typo; courtesy of OJ Reeves

pull/3/head
Dave Smith 15 years ago
parent
commit
12420ee43c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_otp_app.erl

+ 1
- 1
src/rebar_otp_app.erl View File

@ -151,7 +151,7 @@ validate_modules(AppName, Mods) ->
ok;
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]),
?FAIL
end.

Loading…
Cancel
Save