0
0
forked from toolshed/abra

fix: CHAOS version in deploy overview

This commit is contained in:
p4u1 2025-03-04 10:38:02 +01:00
parent 3c6b506114
commit 9827f9d470

View File

@ -303,6 +303,7 @@ func getDeployVersion(cliArgs []string, deployMeta stack.DeployMeta, app app.App
if err != nil {
return "", "", err
}
// TODO: This seems wrong!?
cv, err := app.Recipe.GetVersionLabelLocal()
if err != nil {
return "", "", err