Преглед изворни кода

Minor formatting fix

pull/3/head
Dave Smith пре 15 година
родитељ
комит
d051534b97
1 измењених фајлова са 2 додато и 1 уклоњено
  1. +2
    -1
      src/rebar_core.erl

+ 2
- 1
src/rebar_core.erl Прегледај датотеку

@ -106,7 +106,8 @@ process_dir(Dir, ParentConfig, Commands) ->
Subdirs ->
%% Edge case: config is inherited, EXCEPT for sub_dir directives -- filter those out
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)
end,

Loading…
Откажи
Сачувај