chore: 4matting
This commit is contained in:
@ -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 {
|
||||
|
Reference in New Issue
Block a user