about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepoBase.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/RepoBase.pm')
-rw-r--r--lib/PublicInbox/RepoBase.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/RepoBase.pm b/lib/PublicInbox/RepoBase.pm
index 8c5f5c9d..9876cf2a 100644
--- a/lib/PublicInbox/RepoBase.pm
+++ b/lib/PublicInbox/RepoBase.pm
@@ -16,7 +16,7 @@ sub call {
                 my $sub = "call_${vcs}_$cmd";
                 $self->$sub($req);
         };
-        $@ ? [ 500, ['Content-Type'=>'text/plain'], [] ] : $rv;
+        $@ ? [ 500, ['Content-Type', 'text/plain'], [] ] : $rv;
 }
 
 sub mime_load {