作者 李小龙

赋权限

@@ -28,7 +28,7 @@ function getProjectCode() @@ -28,7 +28,7 @@ function getProjectCode()
28 git checkout . 28 git checkout .
29 git pull 29 git pull
30 composer update --ignore-platform-reqs 30 composer update --ignore-platform-reqs
31 - chomod -R 777 pull_custom_code.sh 31 + chmod -R 777 pull_custom_code.sh
32 fi 32 fi
33 } 33 }
34 34