From 88812cf9abc3c7bc0c0a5adcac83f5edc485a5cf Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 9 May 2023 17:08:30 +0200 Subject: [PATCH] typo fix --- dabo/functions/check_for_sell.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/functions/check_for_sell.sh b/dabo/functions/check_for_sell.sh index 9497129..ebf9aa8 100644 --- a/dabo/functions/check_for_sell.sh +++ b/dabo/functions/check_for_sell.sh @@ -24,7 +24,7 @@ function check_for_sell { fi local f_strategy - for f_stragegy in $(find ../../strategies -name "sell.*.conf" -type f) + for f_strategy in $(find ../../strategies -name "sell.*.conf" -type f) do check_sell_conditions "${f_ASSET_HIST_FILE}" "${f_strategy}" done