From 2a18059ad94f178abf9fdb3e48a5fc17bb1bb435 Mon Sep 17 00:00:00 2001 From: m0duspwnens Date: Mon, 11 Apr 2022 15:37:07 -0400 Subject: [PATCH] use quotes --- salt/common/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index b5c1057ad..f98866c43 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -1018,7 +1018,7 @@ main() { set_cron_service_name if ! check_salt_master_status; then echo "Could not talk to salt master" - echo "Please run `systemctl status salt-master` to ensure the salt-master service is running." + echo "Please run 'systemctl status salt-master' to ensure the salt-master service is running." exit 1 fi