pbs client: code style s/foreach/for

Signed-off-by: Max Carrara <m.carrara@proxmox.com>
This commit is contained in:
Max Carrara 2024-08-02 15:26:45 +02:00 committed by Thomas Lamprecht
parent b79643cb45
commit 819c44f7f0

View File

@ -345,7 +345,7 @@ sub prune_group {
push(@$param, "--dry-run", $opts->{'dry-run'});
}
foreach my $keep_opt (keys %$prune_opts) {
for my $keep_opt (keys %$prune_opts) {
push(@$param, "--$keep_opt", $prune_opts->{$keep_opt});
}
push(@$param, "$group");