Skip to content

Commit 7bba458

Browse files
committed
spelling: the
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
1 parent a6b5777 commit 7bba458

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ContainerClient/Core/ClientImage.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ extension ClientImage {
9999

100100
public static func normalizeReference(_ ref: String) throws -> String {
101101
guard ref != Self.initImageRef else {
102-
// Don't modify the the default init image reference.
102+
// Don't modify the default init image reference.
103103
// This is to allow for easier local development against
104104
// an updated containerization.
105105
return ref

0 commit comments

Comments
 (0)