From 8c3d1360e1102bc05545fb9bcf06355276d46dd8 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 21 一月 2020 16:05:26 +0800 Subject: [PATCH] dispatch functions --- libgowrapper/gitpush.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libgowrapper/gitpush.sh b/libgowrapper/gitpush.sh index 9039261..97667c7 100755 --- a/libgowrapper/gitpush.sh +++ b/libgowrapper/gitpush.sh @@ -9,7 +9,7 @@ cd $v echo "~~~~~~push $v~~~~~~" git add . - git commit -m '"$1"' + git commit -m "$1" git push cd .. done -- Gitblit v1.8.0