diff options
Diffstat (limited to 'src/git.h')
-rw-r--r-- | src/git.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -8,7 +8,8 @@ #include "config.h" struct repo_ctx { - const struct config *cfg; + const char *git_base; + const struct github_cfg *cfg; /// Name of the repo const char *name; |