Skip to content

Commit f823585

Browse files
authored
Update install-toolchain.sh
1 parent 778de27 commit f823585

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/install-toolchain.sh

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ fi
1919
case $(uname -s) in
2020
Darwin)
2121
toolchain_download="$swift_tag-macos_x86_64.pkg"
22-
echo '-macos' >> .swift-version
2322
;;
2423
Linux)
2524
if [ $(grep RELEASE /etc/lsb-release) == "DISTRIB_RELEASE=18.04" ]; then

0 commit comments

Comments
 (0)