mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-05-05 22:08:27 +00:00
fix: delete is interactive
This commit is contained in:
committed by
André Roth
parent
3b432d42b5
commit
1ed50697ec
@@ -218,6 +218,8 @@ func apiGPGDeleteKey(c *gin.Context) {
|
|||||||
args := []string{
|
args := []string{
|
||||||
"--no-default-keyring",
|
"--no-default-keyring",
|
||||||
"--allow-non-selfsigned-uid",
|
"--allow-non-selfsigned-uid",
|
||||||
|
"--batch",
|
||||||
|
"--yes",
|
||||||
}
|
}
|
||||||
|
|
||||||
keyring := "trustedkeys.gpg"
|
keyring := "trustedkeys.gpg"
|
||||||
|
|||||||
Reference in New Issue
Block a user