Skip to content

Commit ffa72e2

Browse files
Update scripts/quickstart_spm_xcodeproj.sh
Co-authored-by: Andrew Heard <[email protected]>
1 parent 4cacb08 commit ffa72e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/quickstart_spm_xcodeproj.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SAMPLE=$1
2424
XCODEPROJ=${SAMPLE}/${SAMPLE}Example.xcodeproj/project.pbxproj
2525

2626
if grep -q "branch = main;" "$XCODEPROJ"; then
27-
sed -i "" "s#branch = main;#branch = $BRANCH_NAME;#" ${XCODEPROJ}
27+
sed -i "" "s#branch = main;#branch = $BRANCH_NAME;#" "$XCODEPROJ"
2828
else
2929
echo "Failed to update quickstart's Xcode project to the current branch"
3030
exit 1

0 commit comments

Comments
 (0)