From fa536e24c6c6a3d6d82de05810d1207e8556a519 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:04:12 -0500 Subject: [PATCH] typo --- salt/manager/tools/sbin/soup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/salt/manager/tools/sbin/soup b/salt/manager/tools/sbin/soup index 47c727ea1..1e4042957 100755 --- a/salt/manager/tools/sbin/soup +++ b/salt/manager/tools/sbin/soup @@ -456,7 +456,7 @@ get_soup_script_hashes() { highstate() { # Run a highstate with a retry attempt. - local highstate_cmd=("salt-call state.highstate -l info queue=True") + local highstate_cmd=(salt-call state.highstate -l info queue=True) if [[ "$es_version" != "$target_es_version" ]]; then echo "Elasticsearch upgrade is scheduled. While the upgrade is in progress, skip health checks for services expected to be temporarily unavailable." highstate_cmd+=('pillar={"soup":{"skip_health_checks":true}}')