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.
2 parents 0220389 + 28fac0f commit 3c19685Copy full SHA for 3c19685
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