aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_state.erl
diff options
context:
space:
mode:
authorMatt Rudder <[email protected]>2014-03-06 10:02:56 -0800
committerMatt Rudder <[email protected]>2014-03-06 10:02:56 -0800
commit6fb418824358cb47ba73b2d9a951888dbd625bc0 (patch)
tree510305642593fad6b1c81f65599c6c96e11248f9 /src/rlx_state.erl
parent574047d56f2be6c38952652c1681ee33b8a33ee9 (diff)
downloadrelx-6fb418824358cb47ba73b2d9a951888dbd625bc0.tar.gz
relx-6fb418824358cb47ba73b2d9a951888dbd625bc0.tar.bz2
relx-6fb418824358cb47ba73b2d9a951888dbd625bc0.zip
Added a command line override for the sys_config setting.
Diffstat (limited to 'src/rlx_state.erl')
-rw-r--r--src/rlx_state.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rlx_state.erl b/src/rlx_state.erl
index 2d0493b..0d4051e 100644
--- a/src/rlx_state.erl
+++ b/src/rlx_state.erl
@@ -129,6 +129,7 @@ new(PropList, Targets)
output_dir=proplists:get_value(output_dir, PropList, ""),
lib_dirs=[to_binary(Dir) || Dir <- proplists:get_value(lib_dirs, PropList, [])],
config_file=proplists:get_value(config, PropList, undefined),
+ sys_config=proplists:get_value(sys_config, PropList, undefined),
dev_mode = proplists:get_value(dev_mode, PropList),
actions = Targets,
caller = Caller,