aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_app_discovery.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2016-10-06 16:30:47 -0700
committerGitHub <[email protected]>2016-10-06 16:30:47 -0700
commit5bcd6a75dc07844dafb01e4ed5efa3357f059251 (patch)
tree70a6fe711aa21ece0a8b51dbe478b7e0898ab2e7 /src/rlx_app_discovery.erl
parentabe7a10c1b3b6c6d5618073e98ea50539300ec81 (diff)
parent4620171a7c2991a420228984864f209aa7aba30f (diff)
downloadrelx-5bcd6a75dc07844dafb01e4ed5efa3357f059251.tar.gz
relx-5bcd6a75dc07844dafb01e4ed5efa3357f059251.tar.bz2
relx-5bcd6a75dc07844dafb01e4ed5efa3357f059251.zip
Merge pull request #520 from lrascao/feature/dialyzer_profile
Feature/dialyzer profile
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, []),