We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d78f17 commit fef37a5Copy full SHA for fef37a5
plugins/code.sh
@@ -24,7 +24,7 @@ EOF
24
function _uninstall_code() {
25
if sudo gpg --list-keys "${MSKEYID}" &> /dev/null; then
26
echo "Key [${MSKEYID}] found in personal keyring. Deleting..."
27
- sudo gpg --delete-keys --batch "${MSKEYID}"
+ sudo gpg --delete-keys --batch --yes "${MSKEYID}"
28
else
29
echo "Key [${MSKEYID}] not found in personal keyring. Nothing to do."
30
fi
0 commit comments