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 | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/libgowrapper/gitpush.sh b/libgowrapper/gitpush.sh index ba2b340..97667c7 100755 --- a/libgowrapper/gitpush.sh +++ b/libgowrapper/gitpush.sh @@ -7,8 +7,9 @@ continue fi cd $v + echo "~~~~~~push $v~~~~~~" git add . - git commit -m 'update' + git commit -m "$1" git push cd .. done -- Gitblit v1.8.0