Merge pull request #605 from pan-long/fix-typo-setup

Fix a typo in setup.sh
This commit is contained in:
Samuel Husso
2018-04-18 15:09:41 +03:00
committed by GitHub

View File

@@ -117,7 +117,7 @@ function config_generator () {
-e "s/\"your_exchange_key\"/\"$api_key\"/g" \
-e "s/\"your_exchange_secret\"/\"$api_secret\"/g" \
-e "s/\"your_telegram_token\"/\"$token\"/g" \
-e "s/\"your_telegram_chat_id\"/\"$chat_id\"/g"
-e "s/\"your_telegram_chat_id\"/\"$chat_id\"/g" \
-e "s/\"dry_run\": false,/\"dry_run\": true,/g" config.json.example > config.json
}
@@ -205,4 +205,4 @@ plot
help
;;
esac
exit 0
exit 0