diff options
Diffstat (limited to 'src/rebar_subdirs.erl')
-rw-r--r-- | src/rebar_subdirs.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_subdirs.erl b/src/rebar_subdirs.erl index 81f588d..7e39ffa 100644 --- a/src/rebar_subdirs.erl +++ b/src/rebar_subdirs.erl @@ -38,5 +38,5 @@ preprocess(Config, _) -> %% Get the list of subdirs specified in the config (if any). Cwd = rebar_utils:get_cwd(), Subdirs = [filename:join(Cwd, Dir) || Dir <- rebar_config:get_local(Config, sub_dirs, [])], - {ok, Config, Subdirs}. + {ok, Subdirs}. |