From 9c1d6f1f37b9caae2400a668e702d89eb4818cf3 Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期一, 20 一月 2020 11:51:09 +0800
Subject: [PATCH] libgowrapper remove sdkhelper deps

---
 libgowrapper/gitpush.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libgowrapper/gitpush.sh b/libgowrapper/gitpush.sh
index 92571b8..9039261 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