Git.vala
authorAlan Knowles <alan@roojs.com>
Thu, 28 Feb 2019 09:25:41 +0000 (17:25 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 28 Feb 2019 09:25:41 +0000 (17:25 +0800)
Git.vala

index 62b4a65..7890b1f 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -5,7 +5,7 @@
 void main()
 {
        Ggit.init();
-       var a = new Git.Repo("/home/alan/gitlive/web.Texon");
+       var a = new Git.Repo("/home/alan/gitlive/web.Texon/.git");
        a.test();
 }