X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/b54ef9749c083afd86573112fad3b3ed8ee2d0e4..7710178e45dee61e85ea77c4221309ce8c086f95:/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); }