btrbk: bugfix: allow filter for action "clean"

pull/63/head
Axel Burri 2016-01-14 16:39:43 +01:00
parent 9718ad1460
commit 3461f9440b
1 changed files with 1 additions and 1 deletions

2
btrbk
View File

@ -2411,7 +2411,7 @@ MAIN:
#
# filter subvolumes matching command line arguments
#
if(($action_run || $action_resolve || $action_usage || $action_list || $action_config_print) && scalar(@filter_args))
if(($action_run || $action_clean || $action_resolve || $action_usage || $action_list || $action_config_print) && scalar(@filter_args))
{
my %match;
foreach my $config_vol (@{$config->{VOLUME}}) {