From db43e21378fb2c301afeabaabb039ecc1c3059d2 Mon Sep 17 00:00:00 2001 From: weslambert Date: Wed, 5 Jan 2022 10:46:41 -0500 Subject: [PATCH] Fix indentation --- salt/common/tools/sbin/soup | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/salt/common/tools/sbin/soup b/salt/common/tools/sbin/soup index 708f519d4..d5a73666b 100755 --- a/salt/common/tools/sbin/soup +++ b/salt/common/tools/sbin/soup @@ -1180,12 +1180,12 @@ https://blog.securityonion.net EOF -if [ -n "$BRANCH" ]; then - cat << EOF + if [ -n "$BRANCH" ]; then + cat << EOF SOUP will use the $BRANCH branch. EOF -fi + fi cat << EOF Press Enter to continue or Ctrl-C to cancel. EOF