change default actions in koji-gc
This commit is contained in:
parent
9ff949b64a
commit
24a547abe9
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue