Skip to content

Commit 0550e02

Browse files
authored
Update cert_manager.go
Fix typo. (Test for Stefan Bührigner :-))
1 parent 65ab8ad commit 0550e02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/clusterctl/client/config/cert_manager.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type CertManager interface {
2727
Version() string
2828

2929
// Timeout returns the timeout for cert-manager to start.
30-
// If empty, 10m will will be used.
30+
// If empty, 10m will be used.
3131
Timeout() string
3232
}
3333

0 commit comments

Comments
 (0)