Sfoglia il codice sorgente

Fix typo; courtesy of OJ Reeves

pull/3/head
Dave Smith 15 anni fa
parent
commit
12420ee43c
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. +1
    -1
      src/rebar_otp_app.erl

+ 1
- 1
src/rebar_otp_app.erl Vedi 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.

Caricamento…
Annulla
Salva