fix: typo
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2022-02-10 10:59:19 +01:00
parent 53ed1fc545
commit fc5107865b
Signed by: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

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)
}