From c9aff10bd5854718bd2d8670afc62b0e176c22a2 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Sat, 10 May 2014 19:30:38 +0800 Subject: [PATCH] GitRepo.vala --- GitRepo.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitRepo.vala b/GitRepo.vala index c5538629..7fc2d79d 100644 --- a/GitRepo.vala +++ b/GitRepo.vala @@ -202,7 +202,7 @@ public class GitRepo : Object //this.lastCmd = args.join(" "); if(this.debug) { - print( string.joinv (", ", args_list);); + print( string.joinv (", ", args_list)); } env += ("HOME=" + GLib.get_home_dir() ); -- 2.39.2