Git.vala
authorAlan Knowles <alan@roojs.com>
Thu, 7 Mar 2019 08:58:34 +0000 (16:58 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 Mar 2019 08:58:34 +0000 (16:58 +0800)
Git.vala

index f7dcb6f..63d7dc4 100644 (file)
--- a/Git.vala
+++ b/Git.vala
@@ -18,12 +18,12 @@ void main()
          ); 
 
        Ggit.init();
-       var a = new Git.Repo("/home/alan/gitlive/web.Texon");
+       var a = new GitLive.Repo("/home/alan/gitlive/web.Texon");
        a.fetchAll();
 }
  
 
-namespace  Git {
+namespace  GitLive {
 
        public class Repo : Object {