Skip to content

Commit eaecd9d

Browse files
author
Moritz Clasmeier
committed
Typo
1 parent ca1a4ac commit eaecd9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/deploy.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ func configureConfig(log *logger.Logger, components component.Component, deployS
482482
}
483483

484484
// We need to do this regardless of whether the operator is deployed or not, because
485-
// this includes the transformation of StackRox main image tags to semver compatibles versions,
485+
// this includes the transformation of StackRox main image tags to semver compatible versions,
486486
// which we will make use of later for checking version constraints.
487487
if err := deploySettings.Operator.Configure(&deploySettings.Roxie); err != nil {
488488
return fmt.Errorf("configuring operator configuration: %w", err)

0 commit comments

Comments
 (0)