diff --git a/deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/cipher_suites_command.ex b/deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/cipher_suites_command.ex index 1cda8bc049..65199c155f 100644 --- a/deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/cipher_suites_command.ex +++ b/deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/cipher_suites_command.ex @@ -41,5 +41,5 @@ defmodule RabbitMQ.CLI.Diagnostics.Commands.CipherSuitesCommand do def banner([], %{openssl_format: true}), do: "Listing available cipher suites in the OpenSSL format" def banner([], %{openssl_format: false}), do: "Listing available cipher suites in the Erlang term format" - def formatter(), do: RabbitMQ.CLI.Formatters.Erlang + def formatter(), do: RabbitMQ.CLI.Formatters.String end