aboutsummaryrefslogtreecommitdiff
path: root/modules/github.py
diff options
context:
space:
mode:
Diffstat (limited to 'modules/github.py')
-rw-r--r--modules/github.py2
1 files changed, 1 insertions, 1 deletions
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]