Skip to content

Commit

Permalink
a non-essential change to force github CI to rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
hmmr authored Jul 16, 2021
1 parent d94d990 commit ea96033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion priv/templates/nodetool
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ epmd_path() ->


nodename(Name) ->
case re:split(Name, "@", [{return, list}, unicode]) of
case re:split(Name, "@", [unicode, {return, list}]) of
[_Node, _Host] ->
list_to_atom(Name);
[Node] ->
Expand Down

0 comments on commit ea96033

Please sign in to comment.