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]