We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
rabbit
data_dir
1 parent 93c5b3e commit 8bad27bCopy full SHA for 8bad27b
deps/rabbitmq_cli/lib/rabbitmq/cli/core/paths.ex
@@ -37,7 +37,7 @@ defmodule RabbitMQ.CLI.Core.Paths do
37
{:error, :data_dir_not_found}
38
39
val ->
40
- Application.put_env(:rabbit_, :data_dir, to_charlist(val))
+ Application.put_env(:rabbit, :data_dir, to_charlist(val))
41
Application.put_env(:mnesia, :dir, to_charlist(val))
42
end
43
0 commit comments