summaryrefslogtreecommitdiff
path: root/src/rebar_resource.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2014-11-30 21:12:02 -0600
committerTristan Sloughter <t@crashfast.com>2014-11-30 21:12:02 -0600
commit5673fe035da48d48d0824bf7260bfda28c55c9d5 (patch)
tree1562523264f5da72ccee6eb4624afca8aa69f7cb /src/rebar_resource.erl
parentc4ee53c8bc8170a9340c540c341ad403c91c0218 (diff)
fixes for dialyzer findings
Diffstat (limited to 'src/rebar_resource.erl')
-rw-r--r--src/rebar_resource.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_resource.erl b/src/rebar_resource.erl
index ee7d2d3..2bc28e2 100644
--- a/src/rebar_resource.erl
+++ b/src/rebar_resource.erl
@@ -36,7 +36,7 @@ behaviour_info(_) ->
-callback download(file:filename_all(), tuple()) ->
{tarball, file:filename_all()} | {ok, any()} | {error, any()}.
-callback needs_update(file:filename_all(), tuple()) ->
- {tarball, file:filename_all()} | {ok, any()} | {error, any()}.
+ boolean().
-callback make_vsn(file:filename_all()) ->
{plain, string()} | {error, string()}.