Skip to content

Commit 3054f3c

Browse files
committed
pkg/cincinnati: Fix comment multi -> Multi
To catch Claude's docs up with 43d0696 (availableupdates: Unify capitalization when comparing architectures, 2025-11-24, #1255).
1 parent 2069309 commit 3054f3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cincinnati/cincinnati.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ func (err *Error) Error() string {
118118
// Parameters:
119119
// - ctx: Context for the HTTP request, allowing cancellation
120120
// - uri: Base URI of the Cincinnati service
121-
// - desiredArch: Target architecture for updates (e.g., "amd64", "multi")
121+
// - desiredArch: Target architecture for updates (e.g., "amd64", "Multi")
122122
// - currentArch: Current cluster architecture
123123
// - channel: Update channel name (e.g., "stable-4.14", "fast-4.15")
124124
// - version: Current semantic version of the cluster

0 commit comments

Comments
 (0)