Skip to content

Commit fef37a5

Browse files
committed
no commit message given
1 parent 6d78f17 commit fef37a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/code.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ EOF
2424
function _uninstall_code() {
2525
if sudo gpg --list-keys "${MSKEYID}" &> /dev/null; then
2626
echo "Key [${MSKEYID}] found in personal keyring. Deleting..."
27-
sudo gpg --delete-keys --batch "${MSKEYID}"
27+
sudo gpg --delete-keys --batch --yes "${MSKEYID}"
2828
else
2929
echo "Key [${MSKEYID}] not found in personal keyring. Nothing to do."
3030
fi

0 commit comments

Comments
 (0)