Merge branch 'brad/fix-mac-channel' into release/materials_featurette

master
Brad Linden 2024-05-15 16:08:42 -07:00
commit 65c9386d08
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ jobs:
# determine the viewer channel from the branch name
branch=$AUTOBUILD_VCS_BRANCH
IFS='/' read -ra ba <<< $branch
IFS='/' read -ra ba <<< "$branch"
prefix=${ba[0]}
if [ "$prefix" == "project" ]; then
IFS='_' read -ra prj <<< "${ba[1]}"