From 231fa5112912d4c95ab6ab8c9d45aad1dd1c18b7 Mon Sep 17 00:00:00 2001 From: jesopo Date: Mon, 26 Nov 2018 14:47:47 +0000 Subject: use '~' instead of '±' to represent "changed files" in modules/github.py --- modules/github.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/github.py') diff --git a/modules/github.py b/modules/github.py index f18db035..ecfe8e7a 100644 --- a/modules/github.py +++ b/modules/github.py @@ -103,7 +103,7 @@ class Module(ModuleManager.BaseModule): def _removed(self, n): return self._change_count(n, "-", utils.consts.RED) def _modified(self, n): - return self._change_count(n, "±", utils.consts.PURPLE) + return self._change_count(n, "~", utils.consts.PURPLE) def _short_hash(self, hash): return hash[:8] -- cgit v1.3.1-10-gc9f91