Update git-cat-file documentation
[gitweb.git] / gitweb / gitweb.perl
index 88af2e638061f54cfd7f6ffc6ae777ef2756c603..b606c1d3e7d36f432965bfffd808b127f2cf1887 100755 (executable)
@@ -986,7 +986,7 @@ sub git_get_project_config {
        $key =~ s/^gitweb\.//;
        return if ($key =~ m/\W/);
 
-       my @x = (git_cmd(), 'repo-config');
+       my @x = (git_cmd(), 'config');
        if (defined $type) { push @x, $type; }
        push @x, "--get";
        push @x, "gitweb.$key";