-rw-r--r-- | cgit.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -138,2 +138,4 @@ void config_cb(const char *name, const char *value) | |||
138 | ctx.cfg.repo_group = xstrdup(value); | 138 | ctx.cfg.repo_group = xstrdup(value); |
139 | else if (!strcmp(name, "repo.scan")) | ||
140 | scan_tree(value); | ||
139 | else if (!strcmp(name, "repo.url")) | 141 | else if (!strcmp(name, "repo.url")) |