GitMonitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 10:39:40 +0000 (18:39 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 10:39:40 +0000 (18:39 +0800)
GitMonitor.vala

index d504422..d80e058 100644 (file)
@@ -261,8 +261,8 @@ public class GitMonitor : Monitor
             var gitpath = cmd.gitpath; 
             var ix  = GitRepo.indexOf(this.repos,  cmd.gitpath);
             if (ix < 0) {
-                    repo_list.append_val(new GitRepo( gitpath ));
-                    ix = GitRepo.indexOf(this.repos,  cmd.gitpath);
+                repo_list.append_val(new GitRepo( gitpath ));
+                ix = GitRepo.indexOf(this.repos,  cmd.gitpath);
             }