mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
comment typo
This commit is contained in:
parent
f436d7cd3c
commit
317655f724
1 changed files with 1 additions and 1 deletions
|
@ -271,7 +271,7 @@ process_dir(Dir, ParentConfig, Commands) ->
|
||||||
{DirModules, ModuleSetFile} = choose_module_set(AvailModuleSets, Dir),
|
{DirModules, ModuleSetFile} = choose_module_set(AvailModuleSets, Dir),
|
||||||
|
|
||||||
%% Get the list of modules for "any dir". This is a catch-all list of modules
|
%% 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.
|
%% type. These any_dir modules are processed FIRST.
|
||||||
{ok, AnyDirModules} = application:get_env(rebar, any_dir_modules),
|
{ok, AnyDirModules} = application:get_env(rebar, any_dir_modules),
|
||||||
Modules = AnyDirModules ++ DirModules,
|
Modules = AnyDirModules ++ DirModules,
|
||||||
|
|
Loading…
Reference in a new issue