duplicate fix from func tree over here
[certmaster.git] / scripts / certmaster-ca
index a504d20..27e190e 100755 (executable)
@@ -84,7 +84,7 @@ def main(args):
             return 1
         
         for hn in args:
-            cm.remove_this_host(hn)
+            cm.remove_this_cert(hn)
         
         return 0