浏览代码

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

Fixing systest to use up to date plugin
pull/1972/head
Fred Hebert 6 年前
提交者 GitHub
父节点
当前提交
8e28561d4e
找不到此签名对应的密钥 GPG 密钥 ID: 4AEE18F83AFDEB23
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      systest/all_SUITE_data/resource_plugins/rebar.config

+ 1
- 1
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
]}.

正在加载...
取消
保存