typo fix
This commit is contained in:
parent
b223747c3e
commit
88812cf9ab
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user