aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_app_discovery.erl
diff options
context:
space:
mode:
authorLuis Rascao <[email protected]>2016-10-07 00:09:03 +0100
committerLuis Rascao <[email protected]>2016-10-07 00:09:48 +0100
commit4620171a7c2991a420228984864f209aa7aba30f (patch)
tree70a6fe711aa21ece0a8b51dbe478b7e0898ab2e7 /src/rlx_app_discovery.erl
parent57532fd18ed455712c199f9bb222e8079f2e0248 (diff)
downloadrelx-4620171a7c2991a420228984864f209aa7aba30f.tar.gz
relx-4620171a7c2991a420228984864f209aa7aba30f.tar.bz2
relx-4620171a7c2991a420228984864f209aa7aba30f.zip
Silence remaining dialyzer errors
Diffstat (limited to 'src/rlx_app_discovery.erl')
-rw-r--r--src/rlx_app_discovery.erl2
1 files changed, 1 insertions, 1 deletions
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, []),