Skip to content

Commit 34e4021

Browse files
Update Sources/SwiftlyCore/Platform.swift
Co-authored-by: Justice Adams <[email protected]>
1 parent d732a84 commit 34e4021

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SwiftlyCore/Platform.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ extension Platform {
283283
}.first
284284
}
285285

286-
// We couldn't find outselves in the usual places, so if we're not going to be installing
286+
// We couldn't find ourselves in the usual places, so if we're not going to be installing
287287
// swiftly then we can assume that we are running from the final location.
288288
if cmdAbsolute == nil && !installSwiftly && FileManager.default.fileExists(atPath: swiftlyHomeBin) {
289289
return swiftlyHomeBin

0 commit comments

Comments
 (0)