forked from toolshed/abra
		
	fix: delete all secrets if force/noinput
This commit is contained in:
		| @ -97,7 +97,7 @@ var appRemoveCommand = cli.Command{ | |||||||
| 				} | 				} | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
| 			if internal.NoInput { | 			if internal.Force || internal.NoInput { | ||||||
| 				secretNamesToRemove = secretNames | 				secretNamesToRemove = secretNames | ||||||
| 			} | 			} | ||||||
|  |  | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user