From 1ee0b820625cac5c58985ce0bac2f9952c91a52f Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期二, 17 十二月 2019 15:03:36 +0800
Subject: [PATCH] udpate

---
 libgowrapper/gitpull.sh |    1 +
 libgowrapper/humantrack |    2 +-
 libgowrapper/gitpush.sh |    1 +
 3 files changed, 3 insertions(+), 1 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
diff --git a/libgowrapper/gitpush.sh b/libgowrapper/gitpush.sh
index ba2b340..92571b8 100755
--- a/libgowrapper/gitpush.sh
+++ b/libgowrapper/gitpush.sh
@@ -7,6 +7,7 @@
         continue
     fi
     cd $v
+    echo "~~~~~~push $v~~~~~~"
     git add .
     git commit -m 'update'
     git push
diff --git a/libgowrapper/humantrack b/libgowrapper/humantrack
index 10177de..78beb45 160000
--- a/libgowrapper/humantrack
+++ b/libgowrapper/humantrack
@@ -1 +1 @@
-Subproject commit 10177de713116924d36fe6da555808a54ffe2c5c
+Subproject commit 78beb45104eebc351424edc192587ec94bbc7abc

--
Gitblit v1.8.0