From 93076b813077b208b6aab70932f6aceb0d22cc0c Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 7 Mar 2019 16:58:34 +0800 Subject: [PATCH] Git.vala --- Git.vala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Git.vala b/Git.vala index f7dcb6f1..63d7dc47 100644 --- 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 { -- 2.39.2