summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-08-02 18:16:52 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-08-02 18:16:52 +0100
commitc57de2a68bd8d285afedc55f61122c5f6ab5eed4 (patch)
tree6277b77262a58f97e34814b336fc8a538446899e /src
parent0eb0de9ba777bed06c8875cda89c59618df45ff4 (diff)
downloadrabbitmq-server-git-c57de2a68bd8d285afedc55f61122c5f6ab5eed4.tar.gz
Fix typo.
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_plugin_activator.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_plugin_activator.erl b/src/rabbit_plugin_activator.erl
index 3ff89d0b77..5d8d5a47a7 100644
--- a/src/rabbit_plugin_activator.erl
+++ b/src/rabbit_plugin_activator.erl
@@ -58,7 +58,7 @@ start() ->
PluginDir = get_env(plugins_dir, ?DefaultPluginDir),
UnpackedPluginDir = get_env(plugins_expand_dir, ?DefaultUnpackedPluginDir),
- RootName = UnpackedPluginDir ++ "/ebin/rabbit",
+ RootName = UnpackedPluginDir ++ "/rabbit",
%% Unpack any .ez plugins
unpack_ez_plugins(PluginDir, UnpackedPluginDir),