From f94db6fd33858d0d39377b08ea8629b8a78557f7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 21:43:47 +0800 Subject: [PATCH] Gitlive.vala --- Gitlive.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gitlive.vala b/Gitlive.vala index edc4dc4a..922940c0 100644 --- a/Gitlive.vala +++ b/Gitlive.vala @@ -21,7 +21,7 @@ static int main (string[] args) { Gtk.init (ref args); - GitMonitor.gitlive = Enviroment.get_home_dir() + "/gitlive"; + GitMonitor.gitlive = Environment.get_home_dir() + "/gitlive"; Notify.init("gitlive"); -- 2.39.2