From d3289dc688918ec079f61c749d4bc4f0cae768fd Mon Sep 17 00:00:00 2001 From: Elijah DeLee Date: Mon, 4 Oct 2021 09:45:11 -0400 Subject: [PATCH] fix typo in comment in tools/sosreport/controller.py --- tools/sosreport/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/sosreport/controller.py b/tools/sosreport/controller.py index ced38ed97f..f283565745 100644 --- a/tools/sosreport/controller.py +++ b/tools/sosreport/controller.py @@ -24,7 +24,7 @@ SOSREPORT_CONTROLLER_COMMANDS = [ "ls -ll /etc/tower", "ls -ll /var/run/awx-receptor", # list contents of dirctory where receptor socket should be "ls -ll /etc/receptor", - "receptorctl --socket /var/run/awx-receptor/receptor.sock status", # Get invormation about the status of the mesh + "receptorctl --socket /var/run/awx-receptor/receptor.sock status", # Get information about the status of the mesh "umask -p", # check current umask ]