Fix indentation

This commit is contained in:
weslambert
2022-01-05 10:46:41 -05:00
committed by GitHub
parent 4d8b417fc9
commit db43e21378

View File

@@ -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