diff --git a/update.py b/update.py index 2c6a8aa..b5e0bcc 100755 --- a/update.py +++ b/update.py @@ -136,7 +136,8 @@ def main(): "commit", "-m", "chore(release): update holiday data", - "-m" "[skip ci]", + "-m", + "[skip ci]", ], check=True, )