change default actions in koji-gc

This commit is contained in:
Mike McLean 2007-12-14 15:37:35 -05:00
parent 9ff949b64a
commit 24a547abe9

View file

@ -192,7 +192,7 @@ def get_options():
if x not in actions:
parser.error(_("Invalid action: %s") % x)
else:
options.action = actions
options.action = ('delete', 'prune', 'trash')
#split patterns for unprotected keys
if options.unprotected_keys: