浏览代码

调整build目录

lizw 3 年之前
父节点
当前提交
a9a7db4183
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      build.sh

+ 2 - 2
build.sh

@@ -136,8 +136,8 @@ deployPush() {
   if [ -n "$(git config user.name)" ]; then
       echo -e "$echoPrefix git config user.name 'bot' $echoSuffix"
       git config user.name 'bot'
-      echo -e "$echoPrefix git config user.name 'bot@git.com' $echoSuffix"
-      git config user.name 'bot@git.com'
+      echo -e "$echoPrefix git config user.email 'bot@git.com' $echoSuffix"
+      git config user.email 'bot@git.com'
   fi
   echo -e "$echoPrefix git add -A $echoSuffix"
   git add -A