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/gitpull.sh |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libgowrapper/gitpull.sh b/libgowrapper/gitpull.sh
index 750f2fe..0f025cf 100755
--- a/libgowrapper/gitpull.sh
+++ b/libgowrapper/gitpull.sh
@@ -7,6 +7,7 @@
         continue
     fi
     cd $v
+    echo "~~~~~~pull $v~~~~~~"
     git pull
     cd ..
 done

--
Gitblit v1.8.0