소스 검색

comment typo

Bob Ippolito 15 년 전
부모
커밋
100f277192
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      src/rebar_core.erl

+ 1
- 1
src/rebar_core.erl 파일 보기

@ -271,7 +271,7 @@ process_dir(Dir, ParentConfig, Commands) ->
{DirModules, ModuleSetFile} = choose_module_set(AvailModuleSets, Dir),
%% Get the list of modules for "any dir". This is a catch-all list of modules
%% that are processed in addion to modules associated with this directory
%% that are processed in addition to modules associated with this directory
%% type. These any_dir modules are processed FIRST.
{ok, AnyDirModules} = application:get_env(rebar, any_dir_modules),
Modules = AnyDirModules ++ DirModules,

불러오는 중...
취소
저장