Skip to content

Commit a9bc468

Browse files
committed
CORE-1677 fix typo
1 parent fab5875 commit a9bc468

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release_sdk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ if [ ! -f "${scriptpath}/../carthage-files/Branch.zip" ]; then
3232
exit 1
3333
fi
3434

35-
if [ ! -f "${scriptpath}/../carthage-files/Branch-static.zip"]; then
35+
if [ ! -f "${scriptpath}/../carthage-files/Branch_static.zip" ]; then
3636
echo "Branch-static.zip not found"
3737
exit 1
3838
fi

0 commit comments

Comments
 (0)