Skip to content

Commit ac04c37

Browse files
Update Sources/PackageModel/SwiftSDKs/SwiftSDK.swift
Co-authored-by: Alastair Houghton <[email protected]>
1 parent e8f8b9a commit ac04c37

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
@@ -78,7 +78,7 @@ extension SwiftSDKError: CustomStringConvertible {
7878
case .checksumNotProvided(let url):
7979
return """
8080
Bundles installed from remote URLs (such as \(url)) require their checksum passed via `--checksum` option.
81-
The distributor of the bundle must compute it with `swift package compute-checksum` \
81+
The distributor of the bundle must compute it with the `swift package compute-checksum` \
8282
command and provide it with their Swift SDK installation instructions.
8383
"""
8484
case .invalidBundleArchive(let archivePath):

0 commit comments

Comments
 (0)