chore: 4matting
This commit is contained in:
@ -19,5 +19,5 @@ var (
|
|||||||
Minor bool
|
Minor bool
|
||||||
NoDomainChecks bool
|
NoDomainChecks bool
|
||||||
Patch bool
|
Patch bool
|
||||||
ShowUnchanged bool
|
ShowUnchanged bool
|
||||||
)
|
)
|
||||||
|
@ -172,7 +172,7 @@ func GatherConfigsForDeploy(cl *dockerClient.Client, app appPkg.App, compose *co
|
|||||||
|
|
||||||
if currentVersion, exists := currentConfigs[configName]; exists {
|
if currentVersion, exists := currentConfigs[configName]; exists {
|
||||||
if currentVersion == newVersion {
|
if currentVersion == newVersion {
|
||||||
if (showUnchanged) {
|
if showUnchanged {
|
||||||
configInfo = append(configInfo, fmt.Sprintf("%s: %s (unchanged)", configName, newVersion))
|
configInfo = append(configInfo, fmt.Sprintf("%s: %s (unchanged)", configName, newVersion))
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user