forked from toolshed/abra
fix: typo
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user