From 95276144318625ee446d690885ebaa2c9a29a06b Mon Sep 17 00:00:00 2001 From: snussik Date: Wed, 14 Jul 2021 02:53:09 +0300 Subject: [PATCH] Backtester: Update flag typo (#711) * Update flag typo * configPath typo fix related to https://github.com/snussik/gocryptotrader/commit/adeb7486512045cfc31575f4e7fc305970252838 --- backtester/config/configbuilder/README.md | 2 +- .../backtester_config_configbuilder_readme.tmpl | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backtester/config/configbuilder/README.md b/backtester/config/configbuilder/README.md index d5dccb67..ff65b7ba 100644 --- a/backtester/config/configbuilder/README.md +++ b/backtester/config/configbuilder/README.md @@ -22,7 +22,7 @@ Join our slack to discuss all things related to GoCryptoTrader! [GoCryptoTrader ### What does the config builder do? The config builder runs you through the process of creating a strategy config (`.strat`) file. Configs can also be generated via test code under `config_test.go`. -Once the config is created, when running the backtester, you can reference it via `go run . -configPath=(path-to-strat-file)` +Once the config is created, when running the backtester, you can reference it via `go run . -configpath=(path-to-strat-file)` ### How do I run it? `go run .` diff --git a/cmd/documentation/backtester_templates/backtester_config_configbuilder_readme.tmpl b/cmd/documentation/backtester_templates/backtester_config_configbuilder_readme.tmpl index a553b8d1..b8f201b9 100644 --- a/cmd/documentation/backtester_templates/backtester_config_configbuilder_readme.tmpl +++ b/cmd/documentation/backtester_templates/backtester_config_configbuilder_readme.tmpl @@ -4,7 +4,7 @@ ### What does the config builder do? The config builder runs you through the process of creating a strategy config (`.strat`) file. Configs can also be generated via test code under `config_test.go`. -Once the config is created, when running the backtester, you can reference it via `go run . -configPath=(path-to-strat-file)` +Once the config is created, when running the backtester, you can reference it via `go run . -configpath=(path-to-strat-file)` ### How do I run it? `go run .` @@ -16,4 +16,4 @@ The config builder will ask you all the necessary questions required to create a ### Please click GoDocs chevron above to view current GoDoc information for this package {{template "contributions"}} {{template "donations" .}} -{{end}} \ No newline at end of file +{{end}}