aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_prv_relup.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2014-11-03 20:47:43 -0600
committerTristan Sloughter <[email protected]>2014-11-03 20:48:04 -0600
commitf74f15b95c7dd6b27cd415909cf644977ebb88c1 (patch)
treef2cac590604ff2db48ae46121f3115d6d6a792ea /src/rlx_prv_relup.erl
parent0066f8f37819c5ea1776655ea6cdffab4c95bcd5 (diff)
downloadrelx-f74f15b95c7dd6b27cd415909cf644977ebb88c1.tar.gz
relx-f74f15b95c7dd6b27cd415909cf644977ebb88c1.tar.bz2
relx-f74f15b95c7dd6b27cd415909cf644977ebb88c1.zip
split release and app discovery into two separate providers
Diffstat (limited to 'src/rlx_prv_relup.erl')
-rw-r--r--src/rlx_prv_relup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_prv_relup.erl b/src/rlx_prv_relup.erl
index df6f831..0888c0c 100644
--- a/src/rlx_prv_relup.erl
+++ b/src/rlx_prv_relup.erl
@@ -31,7 +31,7 @@
-include("relx.hrl").
-define(PROVIDER, relup).
--define(DEPS, [release]).
+-define(DEPS, [rel_discover, release]).
%%============================================================================
%% API