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

index 39f241b..bff5e33 100644 (file)
@@ -44,7 +44,7 @@ public class GitMonitorQueue : MonitorNamePathDir {
                 return true;
             }
             
-            if (this.name[0] == ".") {
+            if (this.name[0] == '.') {
                 // except!
                 if (this.name == ".htaccess") {
                     return false;