X-Git-Url: https://git.proxmox.com/?p=pve-common.git;a=blobdiff_plain;f=src%2FPVE%2FCLIHandler.pm;h=206fda0d201b69968159e9e35c9535a178c45110;hp=c68aae8f95c5273b2d0c5705519d58bc5acd9346;hb=eb3dae233f87d952f5a680861ad6484e4d88cd3e;hpb=f6c4a56381915ffaac4571173e986594000f84fc diff --git a/src/PVE/CLIHandler.pm b/src/PVE/CLIHandler.pm index c68aae8..206fda0 100644 --- a/src/PVE/CLIHandler.pm +++ b/src/PVE/CLIHandler.pm @@ -448,7 +448,7 @@ sub print_text_table { push @keys, $key; push @titles, $title; - $defaults{$key} = $default; + $defaults{$key} = $default // ''; # calculate maximal print width and cutoff my $titlelen = length($title);