0
0
forked from toolshed/abra

fix: app ls -S didn't show updates sometimes (#561)

This commit is contained in:
iexos 2025-05-27 17:24:12 +02:00
parent 2fbef41a3a
commit 7a99e0485b

View File

@ -142,7 +142,7 @@ Use "--status/-S" flag to query all servers for the live deployment status.`,
appStats.AutoUpdate = autoUpdate appStats.AutoUpdate = autoUpdate
var newUpdates []string var newUpdates []string
if version != "unknown" && chaosVersion == "unknown" { if version != "unknown" && chaos == "false" {
if err := app.Recipe.EnsureExists(); err != nil { if err := app.Recipe.EnsureExists(); err != nil {
log.Fatalf("unable to clone %s: %s", app.Name, err) log.Fatalf("unable to clone %s: %s", app.Name, err)
} }