forked from toolshed/abra
fix: CHAOS version in deploy overview
This commit is contained in:
parent
3c6b506114
commit
9827f9d470
@ -303,6 +303,7 @@ func getDeployVersion(cliArgs []string, deployMeta stack.DeployMeta, app app.App
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
return "", "", err
|
return "", "", err
|
||||||
}
|
}
|
||||||
|
// TODO: This seems wrong!?
|
||||||
cv, err := app.Recipe.GetVersionLabelLocal()
|
cv, err := app.Recipe.GetVersionLabelLocal()
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return "", "", err
|
return "", "", err
|
||||||
|
Loading…
x
Reference in New Issue
Block a user