summaryrefslogtreecommitdiff
path: root/src/rebar_subdirs.erl
diff options
context:
space:
mode:
authorDave Smith <dizzyd@dizzyd.com>2010-06-09 13:16:58 -0600
committerDave Smith <dizzyd@dizzyd.com>2010-06-09 13:16:58 -0600
commit3df1d4292aa4efd6fbe1f154f9593b31ffff0c0a (patch)
tree288ed5027f398ea89c49931ea55d40102934d188 /src/rebar_subdirs.erl
parentdfb0d876582a088f5ac6091a839920f6cc01560f (diff)
Heavy-duty refactor to support truly transitive dependencies
--HG-- extra : rebase_source : 41c7f1c337a7cb63582aecd7b87ba998b40ba3aa
Diffstat (limited to 'src/rebar_subdirs.erl')
-rw-r--r--src/rebar_subdirs.erl2
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}.