From 9d9cd1d3b93613071d1dffc1c82c4515d2a65af6 Mon Sep 17 00:00:00 2001 From: zhangmeng <775834166@qq.com> Date: 星期二, 21 一月 2020 17:22:39 +0800 Subject: [PATCH] bug fixed change real fetcher ip --- libgowrapper/gitpush.sh | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/libgowrapper/gitpush.sh b/libgowrapper/gitpush.sh index 92571b8..97667c7 100755 --- a/libgowrapper/gitpush.sh +++ b/libgowrapper/gitpush.sh @@ -9,7 +9,7 @@ cd $v echo "~~~~~~push $v~~~~~~" git add . - git commit -m 'update' + git commit -m "$1" git push cd .. done -- Gitblit v1.8.0