mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Fix linting error
This commit is contained in:
@@ -192,7 +192,8 @@ def update_package_json(version, suffix):
|
||||
|
||||
|
||||
def tag_version(version, suffix):
|
||||
execute(['git', 'commit', '-a', '--no-verify', '-m', 'Bump v{0}'.format(version + suffix)])
|
||||
commit_message = 'Bump v{0}'.format(version + suffix)
|
||||
execute(['git', 'commit', '-a', '--no-verify', '-m', commit_message])
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user