fix message case

This commit is contained in:
c9s 2020-11-11 18:12:57 +08:00
parent 55747c20fc
commit d17204198b

View File

@ -7,7 +7,7 @@ if [[ ! -e "bbgo" ]] ; then
curl -L -o bbgo https://github.com/c9s/bbgo/releases/download/$version/bbgo-$osf
chmod +x bbgo
echo "bbgo binary downloaded"
echo "Binary downloaded"
fi
@ -45,7 +45,7 @@ exchangeStrategies:
lowerPrice: 11000.0
END
echo "BBGO Config file is generated"
echo "Config file is generated"
if [[ -e ".env.local" ]] ; then
echo "Found existing .env.local, you will overwrite the existing .env.local file!"