Skip to content

Commit

Permalink
Update soup
Browse files Browse the repository at this point in the history
  • Loading branch information
TOoSmOotH authored Apr 3, 2024
1 parent 94c7dab commit f50ae02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions salt/common/tools/sbin/soup
Original file line number Diff line number Diff line change
Expand Up @@ -398,6 +398,8 @@ clone_to_tmp() {
SOUP_BRANCH=""
if [ -n "$BRANCH" ]; then
SOUP_BRANCH="-b $BRANCH"
else
SOUP_BRANCH="-b 2.3/main"
fi
git clone $SOUP_BRANCH https://github.com/Security-Onion-Solutions/securityonion.git
cd /tmp
Expand Down

0 comments on commit f50ae02

Please sign in to comment.