Skip to content

Commit 01b9271

Browse files
neonichuabertelrud
andauthored
Update Sources/PackageLoading/ToolsVersionParser.swift
Co-authored-by: Anders Bertelrud <[email protected]>
1 parent 3687be2 commit 01b9271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageLoading/ToolsVersionParser.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ extension ManifestLoader {
615615
regularManifestToolsVersion = .v3
616616
}
617617

618-
// Find the newest version-specific manifest that is compatible with the the current tools version.
618+
// Find the newest version-specific manifest that is compatible with the current tools version.
619619
guard let versionSpecificCandidate = versionSpecificManifests.keys.sorted(by: >).first(where: { $0 <= currentToolsVersion }) else {
620620
// Otherwise, return the regular manifest.
621621
return regularManifest

0 commit comments

Comments
 (0)