summaryrefslogtreecommitdiffstats
path: root/volgit.c
diff options
context:
space:
mode:
Diffstat (limited to 'volgit.c')
-rw-r--r--volgit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/volgit.c b/volgit.c
index cca9ae6..a92e388 100644
--- a/volgit.c
+++ b/volgit.c
@@ -12,7 +12,7 @@ int main(int argc,char **argv)
parse_options(argc,argv);
- git_repository_open(&repo,options.input_path);
+ git_repository_open(&repo,state.input_path);
if(repo==NULL)
die("Could not open input git repository\n");