From 4620171a7c2991a420228984864f209aa7aba30f Mon Sep 17 00:00:00 2001 From: Luis Rascao Date: Fri, 7 Oct 2016 00:09:03 +0100 Subject: Silence remaining dialyzer errors --- src/rlx_app_discovery.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rlx_app_discovery.erl') diff --git a/src/rlx_app_discovery.erl b/src/rlx_app_discovery.erl index dcd2604..56ac59c 100644 --- a/src/rlx_app_discovery.erl +++ b/src/rlx_app_discovery.erl @@ -290,7 +290,7 @@ get_vsn(AppDir, AppName, AppDetail) -> end end. --spec get_deps(file:name(), atom(), string(), proplists:proplist()) -> +-spec get_deps(binary(), atom(), string(), proplists:proplist()) -> {ok, rlx_app_info:t()} | {error, Reason::term()}. get_deps(AppDir, AppName, AppVsn, AppDetail) -> ActiveApps = proplists:get_value(applications, AppDetail, []), -- cgit v1.2.3