From 2aa21512e53a500a9761ca1f1b560c31909ab4f0 Mon Sep 17 00:00:00 2001 From: Mike Reeves Date: Wed, 4 Nov 2020 13:40:45 -0500 Subject: [PATCH] Update soup --- salt/common/tools/sbin/soup | 1 - 1 file changed, 1 deletion(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index aac34acb8..08c9778ef 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -141,7 +141,6 @@ detect_os() { highstate() { # Run a highstate. - echo "Running a highstate. This could take a few minutes" salt-call state.highstate -l info queue=True }