Commit 36a39a56 authored by 白秀江's avatar 白秀江

更新project-deploy.sh

parent 4599816e
...@@ -62,7 +62,7 @@ function weight() { ...@@ -62,7 +62,7 @@ function weight() {
exit 1 exit 1
} }
if [ $1 -z ]; then if [ "$1" -z ]; then
$1 = "deploy" $1 = "deploy"
fi fi
echo call $1 echo call $1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment