Skip to content

Commit b4ed2d0

Browse files
authored
Update SwiftSDK.swift
1 parent 8c06c4b commit b4ed2d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/PackageModel/SwiftSDKs/SwiftSDK.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ extension SwiftSDKError: CustomStringConvertible {
7272
switch self {
7373
case let .checksumInvalid(computed, provided):
7474
return """
75-
Computed archive checksum `\(computed) does not match the provided checksum `\(provided)`.
75+
Computed archive checksum `\(computed)` does not match the provided checksum `\(provided)`.
7676
"""
7777

7878
case .checksumNotProvided(let url):

0 commit comments

Comments
 (0)