chore: 4matting

This commit is contained in:
3wc
2025-09-08 14:59:26 -04:00
parent 0a45424658
commit e42b42e882
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 {