From 14efe7055cd3995ae4f367f0f05b2da7a9da2231 Mon Sep 17 00:00:00 2001 From: Fred Hebert Date: Sat, 8 Dec 2018 19:30:22 -0500 Subject: Fixing systest to use up to date plugin prevents some failures when running --- systest/all_SUITE_data/resource_plugins/rebar.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systest') diff --git a/systest/all_SUITE_data/resource_plugins/rebar.config b/systest/all_SUITE_data/resource_plugins/rebar.config index 7baec1f..7df4a4a 100644 --- a/systest/all_SUITE_data/resource_plugins/rebar.config +++ b/systest/all_SUITE_data/resource_plugins/rebar.config @@ -1,6 +1,6 @@ %% Sample provided by @tothlac {plugins, [ - {rebar_tidy_deps, ".*", {git, "https://github.com/ferd/rebar3-tidy-deps-plugin.git"}}, + {rebar_tidy_deps, ".*", {git, "https://github.com/tothlac/rebar3-tidy-deps-plugin.git"}}, {rebar_alias, {git, "https://github.com/tsloughter/rebar_alias.git"}}, rebar3_appup_plugin ]}. -- cgit v1.1