mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-11 03:41:33 +00:00
git-update: fix typo in message
This commit is contained in:
parent
7716ea303a
commit
bc5c73e651
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue