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.
2 parents 93c5b3e + 8bad27b commit 555577fCopy full SHA for 555577f
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