git-update: fix typo in message
This commit is contained in:
parent
7716ea303a
commit
bc5c73e651
@ -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…
x
Reference in New Issue
Block a user