diff options
author | Fred Hebert <mononcqc@ferd.ca> | 2018-12-08 20:05:01 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-08 20:05:01 -0500 |
commit | 8e28561d4e14ea85d42d17ab5a0f17f5f1c696d2 (patch) | |
tree | feb4383f87d04abc71f7926ceb12867175ceb0cb /systest/all_SUITE_data/resource_plugins/rebar.config | |
parent | f564d1638c748b3e8f4c32eeded6260b116e310b (diff) | |
parent | 14efe7055cd3995ae4f367f0f05b2da7a9da2231 (diff) |
Merge pull request #1971 from ferd/fix-systest-suite
Fixing systest to use up to date plugin
Diffstat (limited to 'systest/all_SUITE_data/resource_plugins/rebar.config')
-rw-r--r-- | systest/all_SUITE_data/resource_plugins/rebar.config | 2 |
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 ]}. |