Skip to content

Commit 6f9e580

Browse files
author
Loïc Hoguin
committed
fixup! Fix rabbitmq-diagnostics remote_shell for 26.0
1 parent 7df6a99 commit 6f9e580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/diagnostics/commands/remote_shell_command.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ defmodule RabbitMQ.CLI.Diagnostics.Commands.RemoteShellCommand do
1212
use RabbitMQ.CLI.Core.AcceptsNoPositionalArguments
1313

1414
def run([], %{node: node_name}) do
15-
:c.l(:shell)
15+
_ = :c.l(:shell)
1616
if :erlang.function_exported(:shell, :start_interactive, 1) do
1717
:shell.start_interactive({node_name, :shell, :start, []})
1818
:timer.sleep(:infinity)

0 commit comments

Comments
 (0)