summaryrefslogtreecommitdiff
path: root/src/rebar.app.src
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2016-12-09 10:11:44 -0500
committerGitHub <noreply@github.com>2016-12-09 10:11:44 -0500
commitffd97718b83debf8263eb4b1a4b7f2b898562a7a (patch)
treee8fe3492252ddc0f171badacededd150589cf868 /src/rebar.app.src
parent9828f4464b2f89c174a8b32f61b69724b1fe77f3 (diff)
parent3fd29af16cd55defaabfd08bf0bafe275a68a7c7 (diff)
Merge pull request #1405 from erlang/get-deps
add `get-deps` provider
Diffstat (limited to 'src/rebar.app.src')
-rw-r--r--src/rebar.app.src1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar.app.src b/src/rebar.app.src
index 5b735cf..74efe97 100644
--- a/src/rebar.app.src
+++ b/src/rebar.app.src
@@ -52,6 +52,7 @@
rebar_prv_edoc,
rebar_prv_escriptize,
rebar_prv_eunit,
+ rebar_prv_get_deps,
rebar_prv_help,
rebar_prv_install_deps,
rebar_prv_local_install,