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

index dc686f6..6241ec6 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -18,7 +18,7 @@ void main()
          ); 
 
        Ggit.init();
-       var a = new Git.Repo("/home/alan/gitlive/gitlive");
+       var a = new Git.Repo("/home/alan/gitlive/web.Texon");
        a.test();
 }