We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6b5777 commit 7bba458Copy full SHA for 7bba458
Sources/ContainerClient/Core/ClientImage.swift
@@ -99,7 +99,7 @@ extension ClientImage {
99
100
public static func normalizeReference(_ ref: String) throws -> String {
101
guard ref != Self.initImageRef else {
102
- // Don't modify the the default init image reference.
+ // Don't modify the default init image reference.
103
// This is to allow for easier local development against
104
// an updated containerization.
105
return ref
0 commit comments