Skip to content

Commit fc87b09

Browse files
committed
Fix resolution of the xcode selector to the xcode version
1 parent 91f1228 commit fc87b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Swiftly/Install.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -509,7 +509,7 @@ struct Install: SwiftlyCommand {
509509

510510
return .snapshot(firstSnapshot)
511511
case .xcode:
512-
throw SwiftlyError(message: "xcode toolchains are not available from swift.org")
512+
return .xcode
513513
}
514514
}
515515
}

0 commit comments

Comments
 (0)