We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4820b2 commit 28fac0fCopy full SHA for 28fac0f
src/rabbit_plugins.erl
@@ -76,7 +76,7 @@ plugins_dist_dir() ->
76
{ok, PluginsDistDir} ->
77
PluginsDistDir;
78
_ ->
79
- filename:join([rabbit_mnesia:dir(), "fake_plugins_dir"])
+ filename:join([rabbit_mnesia:dir(), "plugins_dir_stub"])
80
end.
81
82
-spec enabled_plugins() -> [atom()].
0 commit comments