summaryrefslogtreecommitdiff
path: root/src/rebar_deps.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_deps.erl')
-rw-r--r--src/rebar_deps.erl7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/rebar_deps.erl b/src/rebar_deps.erl
index 3e26812..fcc1436 100644
--- a/src/rebar_deps.erl
+++ b/src/rebar_deps.erl
@@ -201,11 +201,8 @@ delete_dep(D) ->
end.
require_source_engine(Source) ->
- case source_engine_avail(Source) of
- true ->
- ok
- end.
-
+ true = source_engine_avail(Source),
+ ok.
is_app_available(App, VsnRegex) ->
case code:lib_dir(App) of