summaryrefslogtreecommitdiff
path: root/src/rebar_prv_update.erl
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-08-21 08:56:49 -0500
committerTristan Sloughter <t@crashfast.com>2015-08-21 09:50:04 -0500
commit6242c8155499df2fe141772830565b041959c7b9 (patch)
tree20d8a471aaa3b8f45cc799978b7432dd348e5221 /src/rebar_prv_update.erl
parent31a24ad4ffb6a121819087da2cb9b58db5bd287d (diff)
include rebar3 in supported packages buildtool
Diffstat (limited to 'src/rebar_prv_update.erl')
-rw-r--r--src/rebar_prv_update.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_prv_update.erl b/src/rebar_prv_update.erl
index 55c70e2..e73c769 100644
--- a/src/rebar_prv_update.erl
+++ b/src/rebar_prv_update.erl
@@ -84,6 +84,7 @@ write_registry(Dict, {digraph, Edges, Vertices, Neighbors, _}, State) ->
is_supported(<<"make">>) -> true;
is_supported(<<"rebar">>) -> true;
+is_supported(<<"rebar3">>) -> true;
is_supported(_) -> false.
hex_to_graph(Filename) ->