summaryrefslogtreecommitdiff
path: root/src/git.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/git.h')
-rw-r--r--src/git.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/git.h b/src/git.h
index 1240b0f..ad3902d 100644
--- a/src/git.h
+++ b/src/git.h
@@ -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;