Skip to content

Commit

Permalink
Use rebar3_abnfc_plugin from git
Browse files Browse the repository at this point in the history
  • Loading branch information
surik authored and umatomba committed Oct 10, 2017
1 parent 5fbe72d commit b269742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{override, dnssd, [{plugins, [pc]},
{provider_hooks, [{post, [{compile, {pc, compile}},
{clean, {pc, clean}}]}]}]},
{override, ex_uri, [{plugins, [rebar3_abnfc_plugin]},
{override, ex_uri, [{plugins, [{rebar3_abnfc_plugin, {git, "git://github.com/surik/rebar3_abnfc_plugin.git", {branch, "master"}}}]},
{provider_hooks, [{pre, [{compile, {abnfc, compile}}]}]}]}
]}.

Expand Down

0 comments on commit b269742

Please sign in to comment.