summaryrefslogtreecommitdiff
path: root/src/subcommands/ma/remove-certifier
diff options
context:
space:
mode:
Diffstat (limited to 'src/subcommands/ma/remove-certifier')
-rwxr-xr-xsrc/subcommands/ma/remove-certifier3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/subcommands/ma/remove-certifier b/src/subcommands/ma/remove-certifier
index a4eaf54..117bad4 100755
--- a/src/subcommands/ma/remove-certifier
+++ b/src/subcommands/ma/remove-certifier
@@ -12,6 +12,8 @@
# delete a certifiers key from the host keyring
+remove_certifier() {
+
local keyID
local fingerprint
@@ -43,3 +45,4 @@ else
failure "Problem removing identity certifier."
fi
+}