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

index 7f76f5e..b01e27b 100644 (file)
@@ -43,9 +43,9 @@ public class GitMontitorQueue : MonitorNamePathDir {
                 return true;
             }
             
-            if (this.name[0] == '.') {
+            if (this.name[0] == ".") {
                 // except!
-                if (this.name == '.htaccess') {
+                if (this.name == ".htaccess") {
                     return false;
                 }