fix: delete all secrets if force/noinput

This commit is contained in:
decentral1se 2022-03-12 16:01:42 +01:00
parent a9b522719f
commit 37a1fcc4af
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ var appRemoveCommand = cli.Command{
}
}
if internal.NoInput {
if internal.Force || internal.NoInput {
secretNamesToRemove = secretNames
}