mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +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('??'):
|
if message.startswith('??'):
|
||||||
status = "%sclean but untracked files%s" % (Colors.WARNING,Colors.ENDC)
|
status = "%sclean but untracked files%s" % (Colors.WARNING,Colors.ENDC)
|
||||||
elif message.startswith(' M'):
|
elif message.startswith(' M'):
|
||||||
status = "%shas local modificationss%s" % (Colors.WARNING,Colors.ENDC)
|
status = "%shas local modifications%s" % (Colors.WARNING,Colors.ENDC)
|
||||||
break;
|
break;
|
||||||
return status
|
return status
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue