From 1a0f53cf8d48d40b6c97fc9ca9a30808dfced2d0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 25 Sep 2017 11:23:21 +0800 Subject: [PATCH] StatusIcon.vala --- StatusIcon.vala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StatusIcon.vala b/StatusIcon.vala index 5c76f08f..7230e28d 100644 --- a/StatusIcon.vala +++ b/StatusIcon.vala @@ -315,7 +315,7 @@ public class StatusIconA : StatusIcon { var str = ""; repo.pull_async((res) => { - total--;` + total--; if (!Regex.match_simple ("Already up-to-date", res) ) { -- 2.39.2