mirror of
https://github.com/correl/rebar.git
synced 2024-11-15 03:00:18 +00:00
252b31f2a4
If a plugin is in a dependency, rebar didn't search for it carefully enough.
2 lines
51 B
Text
2 lines
51 B
Text
{deps, [testplugin]}.
|
|
{plugins, [testplugin_mod]}.
|