GitMonitor.vala
authorAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:20:54 +0000 (19:20 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sat, 10 May 2014 11:20:54 +0000 (19:20 +0800)
GitMonitor.vala

index 859c7b8..01c363a 100644 (file)
@@ -202,7 +202,7 @@ public class GitMonitor : Monitor
         
          
         // if we are not at top level.. and there is a .git directory  (it's a submodule .. ignore) 
-        if (depth > 1 && GLib.file_test(path + '/.git' , GLib.FileTest.IS_DIR)) {
+        if (depth > 1 && GLib.file_test(path + "/.git" , GLib.FileTest.IS_DIR)) {
             return;
         }