]> gitweb.ps.run Git - ps-cgit/blobdiff - cmd.c
ui-shared: show repo owner along with description
[ps-cgit] / cmd.c
diff --git a/cmd.c b/cmd.c
index 4edca6bdf5556589e15d8eb7e84400f661eb8426..fe0ea8f4d7e9ae97965236b22d02a76e6aa8baaa 100644 (file)
--- a/cmd.c
+++ b/cmd.c
@@ -32,7 +32,7 @@ static void about_fn(struct cgit_context *ctx)
 
 static void blob_fn(struct cgit_context *ctx)
 {
-       cgit_print_blob(ctx->qry.sha1, ctx->qry.path);
+       cgit_print_blob(ctx->qry.sha1, ctx->qry.path, ctx->qry.head);
 }
 
 static void commit_fn(struct cgit_context *ctx)