Browse Source

Merge pull request #1971 from ferd/fix-systest-suite

Fixing systest to use up to date plugin
pull/1972/head
Fred Hebert 6 years ago
committed by GitHub
parent
commit
8e28561d4e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      systest/all_SUITE_data/resource_plugins/rebar.config

+ 1
- 1
systest/all_SUITE_data/resource_plugins/rebar.config View File

@ -1,6 +1,6 @@
%% Sample provided by @tothlac %% Sample provided by @tothlac
{plugins, [ {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"}}, {rebar_alias, {git, "https://github.com/tsloughter/rebar_alias.git"}},
rebar3_appup_plugin rebar3_appup_plugin
]}. ]}.

Loading…
Cancel
Save