From 393abe92d01040a847bfc42a80d61b33f0254ca7 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Thu, 28 Aug 2014 09:17:01 -0500 Subject: use locks if exists --- src/rebar_state.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rebar_state.erl') diff --git a/src/rebar_state.erl b/src/rebar_state.erl index 1e06ac6..4b4ada8 100644 --- a/src/rebar_state.erl +++ b/src/rebar_state.erl @@ -59,7 +59,7 @@ new(ParentState, Config, Dir) -> _Opts = ParentState#state_t.opts, LocalOpts = case rebar_config:consult_file(?LOCK_FILE) of {ok, [D]} -> - [{lock_deps, D} | Config]; + [{locks, D} | Config]; _ -> Config end, -- cgit v1.1