tianyun 1 年之前
父节点
当前提交
d8eca3838b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sh_config.sh

+ 1 - 1
sh_config.sh

@@ -305,7 +305,7 @@ function mvn_clean_deploy() {
 
 memo() {
     # 获取传入的参数
-    updatedContent="#速记 "$1
+    updatedContent="#速记 "$*
 
     # 构建请求体数据
     data="{\"content\": \"$updatedContent\"}"