style: formatting
This commit is contained in:
@ -73,7 +73,7 @@ func GetConfigsForStack(cl *dockerClient.Client, app appPkg.App) (map[string]str
|
|||||||
} else {
|
} else {
|
||||||
// Just make sure the versions are the same..
|
// Just make sure the versions are the same..
|
||||||
if existingConfigVersion != configVersion {
|
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))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user