Skip to content

Commit 62080a5

Browse files
mclasmeierporridge
andauthored
Update internal/deployer/config.go
Co-authored-by: Marcin Owsiany <porridge@redhat.com>
1 parent 87d363e commit 62080a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/deployer/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ func (s *SecuredClusterConfig) EarlyReadinessEnabled() bool {
266266
return s.EarlyReadiness != nil && *s.EarlyReadiness
267267
}
268268

269-
// NewSecuredClusterConfig returns an emptry SecuredClusterConfig, with deep initialization of data structures.
269+
// NewSecuredClusterConfig returns an empty SecuredClusterConfig, with deep initialization of data structures.
270270
func NewSecuredClusterConfig() SecuredClusterConfig {
271271
return SecuredClusterConfig{
272272
Spec: make(map[string]interface{}),

0 commit comments

Comments
 (0)