Skip to content

Commit 3c19685

Browse files
Merge branch 'binarin-embed-friendly' into stable
2 parents 0220389 + 28fac0f commit 3c19685

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_plugins.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ plugins_dist_dir() ->
7676
{ok, PluginsDistDir} ->
7777
PluginsDistDir;
7878
_ ->
79-
filename:join([rabbit_mnesia:dir(), "fake_plugins_dir"])
79+
filename:join([rabbit_mnesia:dir(), "plugins_dir_stub"])
8080
end.
8181

8282
-spec enabled_plugins() -> [atom()].

0 commit comments

Comments
 (0)