diff options
Diffstat (limited to 'volgit.c')
-rw-r--r-- | volgit.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |