From a3d7f4e35d9d6eabd750fe5d6234b5f279360f99 Mon Sep 17 00:00:00 2001 From: doug Date: Fri, 25 Jun 2021 11:16:26 -0400 Subject: [PATCH] fix grammar --- salt/common/tools/sbin/so-common | 2 +- salt/common/tools/sbin/soup | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/common/tools/sbin/so-common b/salt/common/tools/sbin/so-common index 341f9a55a..c4f6aca30 100755 --- a/salt/common/tools/sbin/so-common +++ b/salt/common/tools/sbin/so-common @@ -277,7 +277,7 @@ lookup_role() { require_manager() { if is_manager_node; then - echo "This is a manager, We can proceed." + echo "This is a manager, so we can proceed." else echo "Please run this command on the manager; the manager controls the grid." exit 1 diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index c2f5a7f08..bc95c5428 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -768,7 +768,7 @@ main() { echo "" require_manager set_minionid - echo "Checking to see if this is an airgap install" + echo "Checking to see if this is an airgap install." echo "" check_airgap echo "Found that Security Onion $INSTALLEDVERSION is currently installed."