diff --git a/operator/manager/setup.go b/operator/manager/setup.go index 284bd5912..735186620 100644 --- a/operator/manager/setup.go +++ b/operator/manager/setup.go @@ -99,7 +99,7 @@ func (s *setup) do(ctx context.Context, stage *core.Stage) error { updated, err := s.updateBuild(ctx, build) if err != nil { - logger.WithError(err).Warnln("manager: cannot bupdate the build") + logger.WithError(err).Warnln("manager: cannot update the build") return err }