applied > On June 7, 2018 at 11:59 AM Wolfgang Bumiller <[email protected]> wrote: > > > Signed-off-by: Wolfgang Bumiller <[email protected]> > --- > src/PVE/CLIHandler.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm > index 222051d..62a61a7 100644 > --- a/src/PVE/CLIHandler.pm > +++ b/src/PVE/CLIHandler.pm > @@ -311,13 +311,13 @@ my $print_bash_completion = sub { > > my ($cmd, $def) = ($simple_cmd, $cmddef); > if (!$simple_cmd) { > - ($cmd, $def, $args, my $expaned) = resolve_cmd($args); > + ($cmd, $def, $args, my $expanded) = resolve_cmd($args); > > if (ref($def) eq 'HASH') { > &$print_result(@{$get_commands->($def)}); > return; > } > - if (my $expanded_cmd = $expaned->{$cur}) { > + if (my $expanded_cmd = $expanded->{$cur}) { > print "$expanded_cmd\n"; > return; > } > -- > 2.11.0 > > > _______________________________________________ > pve-devel mailing list > [email protected] > https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
_______________________________________________ pve-devel mailing list [email protected] https://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
