Skip to content

Commit f031e22

Browse files
committed
Typo fix in version script
1 parent 1ec5b3e commit f031e22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/sdks/android/scripts/toolchain-vars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ case "${BUILD_VERSION}" in
2323
;;
2424
devel)
2525
# e.g., swift-6.2-DEVELOPMENT-SNAPSHOT-2025-05-15-a
26-
SWIFT_TAG=$(curl -fsSL https://download.swift.org/swift-6.2-branch/$OS/latest-build.yml | grep '^dir: ' | cut -f 2 -d ' '
26+
SWIFT_TAG=$(curl -fsSL https://download.swift.org/swift-6.2-branch/$OS/latest-build.yml | grep '^dir: ' | cut -f 2 -d ' ')
2727
SWIFT_BRANCH="swift-$(echo $SWIFT_TAG | cut -d- -f2)-branch"
2828
;;
2929
trunk)

0 commit comments

Comments
 (0)