Updates naming logic to support both dev + open (#220)

Previous logic would only allow one of the two in the name
This commit is contained in:
George Gibbs 2024-03-11 15:46:07 +01:00 committed by GitHub
parent 6f327cde70
commit 3ccad7fed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -266,7 +266,7 @@ fi
# packages
if [ "$_open_source_modules" = "true" ]; then
__branchname="nvidia$_series-open"
__branchname="$_branchname-open"
else
__branchname="$_branchname"
fi