mirror of
https://github.com/c9s/bbgo.git
synced 2024-11-10 09:11:55 +00:00
fix message case
This commit is contained in:
parent
55747c20fc
commit
d17204198b
|
@ -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!"
|
||||
|
|
Loading…
Reference in New Issue
Block a user