GitMonitor.vala
[gitlive] / GitMonitor.vala
index 5475af6..8812849 100644 (file)
@@ -398,7 +398,7 @@ public class GitMonitor : Monitor
              
             // make sure monitoring is paused so it does not recursively pick up
             // deletions
-              try {
+            try {
                 repo.pull();
             } catch(Error e) {
                 failure +=  e.message;