]> git.proxmox.com Git - aab.git/commitdiff
typo & whitespace fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 2 Dec 2021 13:50:07 +0000 (14:50 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 2 Dec 2021 15:44:45 +0000 (16:44 +0100)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
PVE/AAB.pm

index 42ac5e3947d8d7ee8c7888d66c499938bef7ba72..14eea2f7e5f63ab20fbdea7de328ce01f89ee887 100644 (file)
@@ -661,7 +661,7 @@ sub finalize {
        } elsif ($compressor =~ /^\s*--(?:gz|gzip)\s*$/) {
            $use_zstd = 0; # just boolean for now..
        } else {
-           die "unkown compressor '$compressor'!\n";
+           die "finalize: unknown compressor '$compressor'!\n";
        }
     }
 
@@ -691,7 +691,7 @@ sub finalize {
 
     $self->logmsg ("creating final appliance archive\n");
 
-    my $compressor_ext =  $use_zstd ? 'zst' : 'gz';
+    my $compressor_ext = $use_zstd ? 'zst' : 'gz';
 
     my $target = "$self->{targetname}.tar";
     unlink $target;