Git.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 Mar 2019 07:41:52 +0000 (15:41 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 Mar 2019 07:41:52 +0000 (15:41 +0800)
Git.vala

index 8279594..d33bec2 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -17,7 +17,7 @@ void main()
          ); 
 
        Ggit.init();
-       var a = new Git.Repo("/home/alan/git/vala");
+       var a = new Git.Repo("/home/alan/gitlive/gitlive");
        a.test();
 }