aboutsummaryrefslogtreecommitdiffstats
path: root/src/rlx_rel_discovery.erl
diff options
context:
space:
mode:
authorTristan Sloughter <[email protected]>2013-09-14 21:39:51 -0500
committerTristan Sloughter <[email protected]>2013-09-16 11:12:22 -0500
commite176e1ec394f5ab44a184831238aa49bc9e0cf2b (patch)
treea89f1599f364b47f50847cffddbf777ff46fcdf9 /src/rlx_rel_discovery.erl
parentd72e2cda09df280e1e690d9233790ebbb9e58812 (diff)
downloadrelx-e176e1ec394f5ab44a184831238aa49bc9e0cf2b.tar.gz
relx-e176e1ec394f5ab44a184831238aa49bc9e0cf2b.tar.bz2
relx-e176e1ec394f5ab44a184831238aa49bc9e0cf2b.zip
fix dialyzer issues
Diffstat (limited to 'src/rlx_rel_discovery.erl')
-rw-r--r--src/rlx_rel_discovery.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rlx_rel_discovery.erl b/src/rlx_rel_discovery.erl
index 6f23ad0..1616f52 100644
--- a/src/rlx_rel_discovery.erl
+++ b/src/rlx_rel_discovery.erl
@@ -35,7 +35,7 @@
%% @doc recursively dig down into the library directories specified in the state
%% looking for OTP Applications
--spec do(rlx_state:t(), [filename:name()], [rlx_app_info:t()]) ->
+-spec do(rlx_state:t(), [file:name()], [rlx_app_info:t()]) ->
{ok, [rlx_release:t()]} | relx:error().
do(State, LibDirs, AppMeta) ->
rlx_log:info(rlx_state:log(State),