abouttreesummaryrefslogcommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index bf6d8f5..4887d18 100644
--- a/cmd.c
+++ b/cmd.c
@@ -196,7 +196,7 @@ struct cgit_cmd *cgit_get_cmd(void)
if (ctx.qry.page == NULL) {
if (ctx.repo)
- ctx.qry.page = "summary";
+ ctx.qry.page = "tree";
else
ctx.qry.page = "repolist";
}