Correct a typo in rabbit.definitions.import_backend aliasing

This commit is contained in:
Michael Klishin 2022-01-31 09:27:17 +03:00
parent 5d5e7c0be6
commit 11bb07a6c9
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 1 additions and 1 deletions

View File

@ -148,7 +148,7 @@ fun(Conf) ->
http -> rabbit_definitions_import_https; http -> rabbit_definitions_import_https;
%% accept both rabbitmq_ and rabbit_ (typical core module prefix) %% accept both rabbitmq_ and rabbit_ (typical core module prefix)
rabbitmq_definitions_import_local_filesystem -> rabbit_definitions_import_local_filesystem; rabbitmq_definitions_import_local_filesystem -> rabbit_definitions_import_local_filesystem;
rabbitmq_definitions_import_local_filesystem -> rabbit_definitions_import_https; rabbitmq_definitions_import_http -> rabbit_definitions_import_https;
%% any other value is used as is %% any other value is used as is
Module -> Module Module -> Module
end end