Skip to content

Commit 751f200

Browse files
committed
Fix syntax
1 parent 9fb30bc commit 751f200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ flags+=( -scheme "$SCHEME" )
9797

9898
# Set destination
9999
if [[ "$OS" == iOS ]]; then
100-
DESTINATION="platform=iOS Simulator,name=${DEVICE},OS=${{ matrix.ios_version }}"
100+
DESTINATION="platform=iOS Simulator,name=${DEVICE},OS=${matrix.ios_version}"
101101
flags+=( -destination "$DESTINATION" )
102102
elif [[ "$OS" == tvOS ]]; then
103103
DESTINATION="platform=tvOS Simulator,name=${DEVICE}"

0 commit comments

Comments
 (0)