chore: 4matting
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
3wc
2025-09-08 14:59:26 -04:00
parent 88816d68b5
commit 86c1c9d554
2 changed files with 2 additions and 2 deletions

View File

@ -172,7 +172,7 @@ func GatherConfigsForDeploy(cl *dockerClient.Client, app appPkg.App, compose *co
if currentVersion, exists := currentConfigs[configName]; exists {
if currentVersion == newVersion {
if (showUnchanged) {
if showUnchanged {
configInfo = append(configInfo, fmt.Sprintf("%s: %s (unchanged)", configName, newVersion))
}
} else {