浏览代码

Fix typo; courtesy of OJ Reeves

pull/3/head
Dave Smith 15 年前
父节点
当前提交
12420ee43c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_otp_app.erl

+ 1
- 1
src/rebar_otp_app.erl 查看文件

@ -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.

正在加载...
取消
保存