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 d732a84 commit 34e4021Copy full SHA for 34e4021
Sources/SwiftlyCore/Platform.swift
@@ -283,7 +283,7 @@ extension Platform {
283
}.first
284
}
285
286
- // We couldn't find outselves in the usual places, so if we're not going to be installing
+ // We couldn't find ourselves in the usual places, so if we're not going to be installing
287
// swiftly then we can assume that we are running from the final location.
288
if cmdAbsolute == nil && !installSwiftly && FileManager.default.fileExists(atPath: swiftlyHomeBin) {
289
return swiftlyHomeBin
0 commit comments