diff --git a/generator/main.go b/generator/main.go index a2d152a..5070a4d 100644 --- a/generator/main.go +++ b/generator/main.go @@ -853,7 +853,7 @@ func addVolumeFrom(deployment *helm.Deployment, container *helm.Container, s *ty } if ctn == nil { logger.ActivateColors = true - logger.Red("VolumeFrom: container %s not found", name) + logger.Redf("VolumeFrom: container %s not found", name) logger.ActivateColors = false continue }