aboutsummaryrefslogtreecommitdiffstats
path: root/src/rcl_state.erl
diff options
context:
space:
mode:
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),