fix: use same wording
This commit is contained in:
parent
64ea0f9684
commit
c0931b96d8
@ -77,8 +77,8 @@ func NewVersionOverview(
|
|||||||
{"VERSION", toDeployVersion},
|
{"VERSION", toDeployVersion},
|
||||||
|
|
||||||
{fmt.Sprintf("%s.ENV", strings.ToUpper(app.Domain)), "---"},
|
{fmt.Sprintf("%s.ENV", strings.ToUpper(app.Domain)), "---"},
|
||||||
{"OLD", app.Recipe.EnvVersion},
|
{"CURRENT VERSION", app.Recipe.EnvVersion},
|
||||||
{"NEW", toDeployVersion},
|
{"NEW VERSION", toDeployVersion},
|
||||||
}
|
}
|
||||||
|
|
||||||
overview := formatter.CreateOverview(
|
overview := formatter.CreateOverview(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user