X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/fb2f3f6c29bad733723152893c5246a756e4cada..ef0c6aadf70e33ef63f0a68ca16338a49d0a3f1f:/cmd.c diff --git a/cmd.c b/cmd.c index 763a558..cf97da7 100644 --- a/cmd.c +++ b/cmd.c @@ -105,8 +105,7 @@ static void refs_fn(struct cgit_context *ctx) static void snapshot_fn(struct cgit_context *ctx) { - cgit_print_snapshot(ctx->qry.head, ctx->qry.sha1, - cgit_repobasename(ctx->repo->url), ctx->qry.path, + cgit_print_snapshot(ctx->qry.head, ctx->qry.sha1, ctx->qry.path, ctx->repo->snapshots, ctx->qry.nohead); }