]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: fix broken snapshot
[Gitweb] / gitweb.perl
index 5939fc6d7cfb28f50980a66ea16ab083d7d00b28bd0658040f012acedbd58b5a..cc978b52e23aef5fcd9aaf956af3224b4a4a49ded828cec36b3ebd1a6239994b 100755 (executable)
@@ -4344,7 +4344,7 @@ sub git_snapshot {
        my $cmd;
        $filename .= "-$hash$known_snapshot_formats{$format}{'suffix'}";
        $cmd = "$git_command archive " .
-               "--format=$known_snapshot_formats{$format}{'format'}" .
+               "--format=$known_snapshot_formats{$format}{'format'} " .
                "--prefix=\'$name\'/ $hash";
        if (exists $known_snapshot_formats{$format}{'compressor'}) {
                $cmd .= ' | ' . join ' ', @{$known_snapshot_formats{$format}{'compressor'}};
This page took 0.40081 seconds and 4 git commands to generate.