mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +00:00
Minor formatting fix
This commit is contained in:
parent
5fe24a8c97
commit
d051534b97
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@ process_dir(Dir, ParentConfig, Commands) ->
|
||||||
Subdirs ->
|
Subdirs ->
|
||||||
%% Edge case: config is inherited, EXCEPT for sub_dir directives -- filter those out
|
%% Edge case: config is inherited, EXCEPT for sub_dir directives -- filter those out
|
||||||
FilteredConfig = rebar_config:delete(Config, sub_dirs),
|
FilteredConfig = rebar_config:delete(Config, sub_dirs),
|
||||||
[process_dir(filename:join(Dir, Subdir), FilteredConfig, Commands) || Subdir <- Subdirs],
|
[process_dir(filename:join(Dir, Subdir), FilteredConfig, Commands) ||
|
||||||
|
Subdir <- Subdirs],
|
||||||
ok = file:set_cwd(Dir)
|
ok = file:set_cwd(Dir)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue