fix: 处理大小写问题
This commit is contained in:
parent
3975086ff4
commit
fb934214fe
|
|
@ -14,7 +14,7 @@ fi
|
||||||
|
|
||||||
CONFIG_FILE="config/config.yaml"
|
CONFIG_FILE="config/config.yaml"
|
||||||
BRANCH="master"
|
BRANCH="master"
|
||||||
BOT="ALL"
|
BOT="All"
|
||||||
if [ "$MODE" = "dev" ]; then
|
if [ "$MODE" = "dev" ]; then
|
||||||
CONFIG_FILE="config/config_test.yaml"
|
CONFIG_FILE="config/config_test.yaml"
|
||||||
BOT="zltx"
|
BOT="zltx"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue