aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/curve.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/curve.sh b/scripts/curve.sh
index 98466a44..b7fdb0ee 100755
--- a/scripts/curve.sh
+++ b/scripts/curve.sh
@@ -11,6 +11,6 @@ popd > /dev/null
series=(22 23 24 25 26 27 28)
pushd "$CODE_DIR/python" > /dev/null
for s in ${series[@]}; do
- python cds_curve EU $s --latest &
+ python cds_curve.py EU $s --latest &
done
popd > /dev/null