Merge pull request #15702 from Security-Onion-Solutions/3/main

soup fix
This commit is contained in:
Mike Reeves
2026-03-31 15:12:01 -04:00
committed by GitHub

View File

@@ -305,7 +305,7 @@ clone_to_tmp() {
# Make a temp location for the files
mkdir -p /tmp/sogh
cd /tmp/sogh
SOUP_BRANCH="-b 2.4/main"
SOUP_BRANCH="-b 3/main"
if [ -n "$BRANCH" ]; then
SOUP_BRANCH="-b $BRANCH"
fi