[Build] Fix update-bootstrap script
This commit is contained in:
committed by
teamcity
parent
b9744f5315
commit
91667d4e00
@@ -17,7 +17,7 @@ def git_add(*files):
|
|||||||
subprocess.run(['git', 'add', *files], check=True)
|
subprocess.run(['git', 'add', *files], check=True)
|
||||||
|
|
||||||
def git_commit(message):
|
def git_commit(message):
|
||||||
subprocess.run(['git', 'commit', message])
|
subprocess.run(['git', 'commit', '-m', message])
|
||||||
|
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
|
|||||||
Reference in New Issue
Block a user