Skip to content

Commit bb225ea

Browse files
committed
Fix syntax
1 parent 24cf701 commit bb225ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build_zip.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,12 @@ BUILD_MODE="$3"
3636
LINKING_TYPE="$4"
3737

3838
if [[ "$BUILD_MODE" == "build-head" ]]; then
39+
echo "Building zip from head."
3940
build_head_option="--local-podspec-path"
4041
build_head_value="$REPO"
4142
carthage_version_check="--disable-carthage-version-check"
4243
elif [[ "$BUILD_MODE" == "build-release" ]]; then
43-
# Do nothing.
44+
echo "Building zip from release tag."
4445
else
4546
echo "Defaulting to `build_release`."
4647
fi

0 commit comments

Comments
 (0)