diff options
| author | Michael Klishin <michael@clojurewerkz.org> | 2017-05-09 12:44:04 +0300 |
|---|---|---|
| committer | Michael Klishin <michael@clojurewerkz.org> | 2017-05-09 12:44:04 +0300 |
| commit | 2ee4ef2eab559ea1341019e514e9db3eacc99ba0 (patch) | |
| tree | 49b9b06ef6b5a91615b152210b8d2480b92adfbe /src | |
| parent | 629f128d30b8bde238c4b6ab5cacef8cb1e263e1 (diff) | |
| parent | 789f0ba932f0d3ff3f9b23354a8df5d5f033b0e2 (diff) | |
| download | rabbitmq-server-git-2ee4ef2eab559ea1341019e514e9db3eacc99ba0.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_plugins.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_plugins.erl b/src/rabbit_plugins.erl index 6416b04136..292469da61 100644 --- a/src/rabbit_plugins.erl +++ b/src/rabbit_plugins.erl @@ -416,7 +416,7 @@ remove_version_preview_part(Version) -> iolist_to_binary(rabbit_semver:format({Ver, {[], []}})). clean_plugins(Plugins) -> - {ok, ExpandDir} = application:get_env(rabbit, plugins_expand_dir), + ExpandDir = plugins_expand_dir(), [clean_plugin(Plugin, ExpandDir) || Plugin <- Plugins]. clean_plugin(Plugin, ExpandDir) -> |
