Skip to content

Commit f50ae02

Browse files
authored
Update soup
1 parent 94c7dab commit f50ae02

File tree

1 file changed

+2
-0
lines changed
  • salt/common/tools/sbin

1 file changed

+2
-0
lines changed

salt/common/tools/sbin/soup

+2
Original file line numberDiff line numberDiff line change
@@ -398,6 +398,8 @@ clone_to_tmp() {
398398
SOUP_BRANCH=""
399399
if [ -n "$BRANCH" ]; then
400400
SOUP_BRANCH="-b $BRANCH"
401+
else
402+
SOUP_BRANCH="-b 2.3/main"
401403
fi
402404
git clone $SOUP_BRANCH https://github.com/Security-Onion-Solutions/securityonion.git
403405
cd /tmp

0 commit comments

Comments
 (0)