You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I suspect a bug in node_name method since #274.
if the stdout of command '"rabbitmqctl eval "node()."' does not include quotes, the node_name method return nil.
Using "gsub" instead of "gsub!" should fix the bug.
The text was updated successfully, but these errors were encountered:
I suspect a bug in node_name method since #274.
if the stdout of command '"rabbitmqctl eval "node()."' does not include quotes, the node_name method return nil.
Using "gsub" instead of "gsub!" should fix the bug.
The text was updated successfully, but these errors were encountered: