X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/1fdde95a5a169ad2240460b1d3f25bae606527f5..e15842af627de03845b9c949f1f1596d94e3be02:/cmd.c diff --git a/cmd.c b/cmd.c index cf97da7..766f903 100644 --- a/cmd.c +++ b/cmd.c @@ -39,7 +39,7 @@ static void atom_fn(struct cgit_context *ctx) static void about_fn(struct cgit_context *ctx) { if (ctx->repo) - cgit_print_repo_readme(); + cgit_print_repo_readme(ctx->qry.path); else cgit_print_site_readme(); }