Skip to content

Commit b75a72e

Browse files
committed
Fix linter
1 parent b0cbb38 commit b75a72e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/manifests_downloader.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ const (
4848
operatorManagedLabel = "managed-by.operator.cluster.x-k8s.io"
4949

5050
maxConfigMapSize = 1 * 1024 * 1024
51-
ociSource = "oci"
51+
ociSource = "oci"
5252
providerTypeSuffix = "provider"
5353
)
5454

0 commit comments

Comments
 (0)