git-update: fix typo in message
authorStéphane Cerveau <scerveau@collabora.com>
Thu, 27 Feb 2020 08:01:57 +0000 (09:01 +0100)
committerStéphane Cerveau <scerveau@collabora.com>
Thu, 27 Feb 2020 08:01:57 +0000 (09:01 +0100)
git-update

index 8c223d3..37d9a43 100755 (executable)
@@ -69,7 +69,7 @@ def repo_status(commit_message):
       if message.startswith('??'):
         status = "%sclean but untracked files%s" % (Colors.WARNING,Colors.ENDC)
       elif message.startswith(' M'):
-        status = "%shas local modificationss%s" % (Colors.WARNING,Colors.ENDC)
+        status = "%shas local modifications%s" % (Colors.WARNING,Colors.ENDC)
         break;
     return status