From 8e9c4c7dc4b171fa1639a784710c758e6ebe2a06 Mon Sep 17 00:00:00 2001 From: NateScarlet Date: Mon, 22 Nov 2021 17:40:58 +0800 Subject: [PATCH] fix: wrong git command --- update.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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, )