Skip to content

Commit 4cdcecd

Browse files
committed
Fix the prep script
1 parent f3bbc5a commit 4cdcecd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prep-gh-action.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ if [ "$installSwiftly" == true ]; then
4444
echo "Installing latest main-snapshot toolchain"
4545
selector=("main-snapshot")
4646
runSelector=("+main-snapshot")
47-
if [ -f .swift-version ]; then
47+
elif [ -f .swift-version ]; then
4848
echo "Installing selected swift toolchain from .swift-version file"
4949
selector=()
5050
runSelector=()

0 commit comments

Comments
 (0)