From 7f325a2532bca346f77549b049851888e0e4255c Mon Sep 17 00:00:00 2001
From: zhangmeng <775834166@qq.com>
Date: 星期一, 20 一月 2020 11:53:16 +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..68c387b 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