diff --git a/pkg/deploy/utils.go b/pkg/deploy/utils.go index 0cb692140..bfe333a24 100644 --- a/pkg/deploy/utils.go +++ b/pkg/deploy/utils.go @@ -73,7 +73,7 @@ func GetConfigsForStack(cl *dockerClient.Client, app appPkg.App) (map[string]str } else { // Just make sure the versions are the same.. if existingConfigVersion != configVersion { - log.Warnf(i18n.G( "different versions for config '%s', '%s' and %s'", configBaseName, existingConfigVersion, configVersion)) + log.Warnf(i18n.G("different versions for config '%s', '%s' and %s'", configBaseName, existingConfigVersion, configVersion)) } } }