From 1ed50697ec86b5d6bf65debe4fa6324f1ecc7bcb Mon Sep 17 00:00:00 2001 From: Pierig Le Saux Date: Wed, 8 Apr 2026 21:46:19 -0400 Subject: [PATCH] fix: delete is interactive --- api/gpg.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/api/gpg.go b/api/gpg.go index 91e09b36..3d4026aa 100644 --- a/api/gpg.go +++ b/api/gpg.go @@ -218,6 +218,8 @@ func apiGPGDeleteKey(c *gin.Context) { args := []string{ "--no-default-keyring", "--allow-non-selfsigned-uid", + "--batch", + "--yes", } keyring := "trustedkeys.gpg"