From cc79f593565224c5c5b76abeb82c82a77269a68a Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 14 May 2014 19:52:21 +0800 Subject: [PATCH] GitMonitor.vala --- GitMonitor.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GitMonitor.vala b/GitMonitor.vala index 5475af6d..8812849f 100644 --- a/GitMonitor.vala +++ b/GitMonitor.vala @@ -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; -- 2.39.2