From d5f5d969442ea27266e9a181444ba4cd1655f5fe Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 9 Sep 2025 13:18:49 -0400 Subject: [PATCH] style: formatting --- pkg/deploy/utils.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/deploy/utils.go b/pkg/deploy/utils.go index 0cb69214..bfe333a2 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)) } } }