fix: match Force/NoInput where needed

This commit is contained in:
2022-03-12 16:15:20 +01:00
parent a8f35bdf2f
commit f39e186b66
3 changed files with 4 additions and 3 deletions

View File

@ -126,7 +126,7 @@ recipes.
var chosenDowngrade string
if !internal.Chaos {
if internal.Force {
if internal.Force || internal.NoInput {
chosenDowngrade = availableDowngrades[0]
logrus.Debugf("choosing %s as version to downgrade to (--force)", chosenDowngrade)
} else {