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