Skip to content

Commit 14efe70

Browse files
committedDec 9, 2018
Fixing systest to use up to date plugin
prevents some failures when running
1 parent f564d16 commit 14efe70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎systest/all_SUITE_data/resource_plugins/rebar.config

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
%% Sample provided by @tothlac
22
{plugins, [
3-
{rebar_tidy_deps, ".*", {git, "https://github.com/ferd/rebar3-tidy-deps-plugin.git"}},
3+
{rebar_tidy_deps, ".*", {git, "https://github.com/tothlac/rebar3-tidy-deps-plugin.git"}},
44
{rebar_alias, {git, "https://github.com/tsloughter/rebar_alias.git"}},
55
rebar3_appup_plugin
66
]}.

0 commit comments

Comments
 (0)
Please sign in to comment.