aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_state.erl
diff options
context:
space:
mode:
authorEric B Merritt <[email protected]>2013-04-30 16:02:36 -0700
committerEric B Merritt <[email protected]>2013-04-30 16:02:54 -0700
commit774f1998ed6fdb643286c9296929486ce8c6a962 (patch)
tree34cd891258c86d9836437947abf32e82c980f54c /src/rcl_state.erl
parentd2698281ff1b0a46b2bcf6c2579cc811a3f62500 (diff)
downloadrelx-774f1998ed6fdb643286c9296929486ce8c6a962.tar.gz
relx-774f1998ed6fdb643286c9296929486ce8c6a962.tar.bz2
relx-774f1998ed6fdb643286c9296929486ce8c6a962.zip
support the full range of possible arguments in the programmatic api
Diffstat (limited to 'src/rcl_state.erl')
-rw-r--r--src/rcl_state.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rcl_state.erl b/src/rcl_state.erl
index 4b21bbe..a4f091c 100644
--- a/src/rcl_state.erl
+++ b/src/rcl_state.erl
@@ -109,6 +109,7 @@ new(PropList, Target)
lib_dirs=[to_binary(Dir) || Dir <- proplists:get_value(lib_dirs, PropList, [])],
config_file=proplists:get_value(config, PropList, undefined),
action = Target,
+ caller = proplists:get_value(caller, PropList, api),
goals=proplists:get_value(goals, PropList, []),
providers = [],
releases=ec_dictionary:new(ec_dict),