From 2c0e287f8c320f3d0f1d800a0916e90d59a93ca7 Mon Sep 17 00:00:00 2001 From: Josh Brower Date: Thu, 2 Nov 2023 10:34:24 -0400 Subject: [PATCH] Fix name --- setup/so-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/so-setup b/setup/so-setup index 2ea2809d5..26955b893 100755 --- a/setup/so-setup +++ b/setup/so-setup @@ -769,7 +769,7 @@ if ! [[ -f $install_opt_file ]]; then logCmd "so-soc-restart" title "Setting up Elastic Fleet" logCmd "salt-call state.apply elasticfleet.config" - if ! logCmd so-setup-elastic-fleet; then + if ! logCmd so-elastic-fleet-setup; then fail_setup fi if [[ ! $is_import ]]; then