mirror of
https://git.proxmox.com/git/pve-common
synced 2025-08-13 19:42:12 +00:00
pbs client: code style s/foreach/for
Signed-off-by: Max Carrara <m.carrara@proxmox.com>
This commit is contained in:
parent
b79643cb45
commit
819c44f7f0
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user