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

Previous logic would only allow one of the two in the name
pull/226/head
George Gibbs 3 months ago committed by GitHub
parent 6f327cde70
commit 3ccad7fed5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save