We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b245611 commit 1dbc0edCopy full SHA for 1dbc0ed
scripts/release_testing_setup.sh
@@ -49,7 +49,7 @@ fi
49
50
if [ -z $podspec_repo_branch ];then
51
# Get release branch, origin/release-X.Y.Z.
52
- podspec_repo_branch=$(echo $release_branch | sed -n 's/[[:blank:]]//p')
+ podspec_repo_branch=$(echo $release_branch | sed -n 's/\s*//p')
53
fi
54
55
git config --global user.email "[email protected]"
0 commit comments