summaryrefslogtreecommitdiff
path: root/systest/all_SUITE_data
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2018-12-08 19:30:22 -0500
committerFred Hebert <mononcqc@ferd.ca>2018-12-08 19:30:22 -0500
commit14efe7055cd3995ae4f367f0f05b2da7a9da2231 (patch)
treefeb4383f87d04abc71f7926ceb12867175ceb0cb /systest/all_SUITE_data
parentf564d1638c748b3e8f4c32eeded6260b116e310b (diff)
Fixing systest to use up to date plugin
prevents some failures when running
Diffstat (limited to 'systest/all_SUITE_data')
-rw-r--r--systest/all_SUITE_data/resource_plugins/rebar.config2
1 files changed, 1 insertions, 1 deletions
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
]}.