diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-08-02 18:16:52 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-08-02 18:16:52 +0100 |
| commit | c57de2a68bd8d285afedc55f61122c5f6ab5eed4 (patch) | |
| tree | 6277b77262a58f97e34814b336fc8a538446899e /src | |
| parent | 0eb0de9ba777bed06c8875cda89c59618df45ff4 (diff) | |
| download | rabbitmq-server-git-c57de2a68bd8d285afedc55f61122c5f6ab5eed4.tar.gz | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_plugin_activator.erl | 2 |
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), |
