GitMonitor.vala
authorAlan Knowles <alan@roojs.com>
Thu, 8 May 2014 15:09:25 +0000 (23:09 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 8 May 2014 15:09:25 +0000 (23:09 +0800)
GitMonitor.vala

index 1b72676..6ba2645 100644 (file)
@@ -241,7 +241,7 @@ public class GitMonitor : Monitor
         
         var success = new Array<String>();
         var failure = new Array<GitMontitorQueue>();
-        var repos = new Array<GitMontitorQueue>(); //??
+        var repos = new Array<GitRepo>(); //??
         var done = new Array<GitMontitorQueue>();
         
         // first build a array of repo's to work with