Skip to content

Commit c3cc82c

Browse files
author
Matthew Sackman
committed
cosmetic
1 parent 1ec76ab commit c3cc82c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/rabbit_control.erl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@
5252
%%----------------------------------------------------------------------------
5353

5454
start() ->
55-
{ok, [[Nodenamestr|_]|_]} = init:get_argument(nodename),
56-
Nodename = list_to_atom(Nodenamestr),
55+
{ok, [[NodeNameStr|_]|_]} = init:get_argument(nodename),
56+
NodeName = list_to_atom(NodeNameStr),
5757
FullCommand = init:get_plain_arguments(),
5858
#params{quiet = Quiet, node = Node, command = Command, args = Args} =
5959
parse_args(FullCommand, #params{quiet = false,
60-
node = rabbit_misc:localnode(Nodename)}),
60+
node = rabbit_misc:localnode(NodeName)}),
6161
Inform = case Quiet of
6262
true -> fun(_Format, _Args1) -> ok end;
6363
false -> fun(Format, Args1) ->

0 commit comments

Comments
 (0)