summaryrefslogtreecommitdiff
path: root/src/rebar_api.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_api.erl')
-rw-r--r--src/rebar_api.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_api.erl b/src/rebar_api.erl
index 9d9071e..4dabe8a 100644
--- a/src/rebar_api.erl
+++ b/src/rebar_api.erl
@@ -88,4 +88,4 @@ processing_base_dir(State) ->
%% its configuration, including for validation of certs.
-spec ssl_opts(string()) -> [term()].
ssl_opts(Url) ->
- rebar_pkg_resource:ssl_opts(Url).
+ rebar_utils:ssl_opts(Url).