fix: typo

This commit is contained in:
2022-02-10 10:59:19 +01:00
parent 53ed1fc545
commit fc5107865b

View File

@ -98,7 +98,7 @@ recipes.
}
var availableUpgrades []string
if deployedVersion == "uknown" {
if deployedVersion == "unknown" {
availableUpgrades = versions
logrus.Warnf("failed to determine version of deployed %s", app.Name)
}