summaryrefslogtreecommitdiff
path: root/src/rebar_app_utils.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_app_utils.erl')
-rw-r--r--src/rebar_app_utils.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_app_utils.erl b/src/rebar_app_utils.erl
index d21d9cb..c0df97f 100644
--- a/src/rebar_app_utils.erl
+++ b/src/rebar_app_utils.erl
@@ -180,7 +180,7 @@ is_skipped(ThisApp, TargetApps) ->
end.
get_apps(Config) ->
- rebar_utils:get_deprecated_global(Config, app, apps, "soon").
+ rebar_config:get_global(Config, apps, undefined).
get_skip_apps(Config) ->
- rebar_utils:get_deprecated_global(Config, skip_app, skip_apps, "soon").
+ rebar_config:get_global(Config, skip_apps, undefined).