From 49d5b60f15480cf7ced4ec7d6a35ab3be7a8d3dc Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Sun, 14 Oct 2018 02:47:30 -0400 Subject: [PATCH] Remove superfluous Hypervisor mention --- client-common/node.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-common/node.py b/client-common/node.py index d4e9fccb..991ba024 100644 --- a/client-common/node.py +++ b/client-common/node.py @@ -81,7 +81,7 @@ def getInformationFromNode(zk_conn, node_name, long_output): # Format a nice output; do this line-by-line then concat the elements at the end ainformation = [] - ainformation.append('{}Hypervisor Node information:{}'.format(ansiiprint.bold(), ansiiprint.end())) + ainformation.append('{}Node information:{}'.format(ansiiprint.bold(), ansiiprint.end())) ainformation.append('') # Basic information ainformation.append('{}Name:{} {}'.format(ansiiprint.purple(), ansiiprint.end(), node_name))