We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8aba43 commit 8ca49baCopy full SHA for 8ca49ba
Sources/Swiftly/SelfUpdate.swift
@@ -53,9 +53,7 @@ struct SelfUpdate: SwiftlyCommand {
53
if let version {
54
#if os(macOS)
55
downloadURL = URL(string: "https://download.swift.org/swiftly/darwin/swiftly-\(version).pkg")
56
-#endif
57
-
58
-#if os(Linux)
+#elseif os(Linux)
59
#if arch(x86_64)
60
downloadURL = URL(string: "https://download.swift.org/swiftly/linux/swiftly-\(version)-x86_64.tar.gz")
61
#elseif arch(arm64)
0 commit comments