diff --git a/fetch/fetch.sh b/fetch/fetch.sh index da46edf..8876d82 100755 --- a/fetch/fetch.sh +++ b/fetch/fetch.sh @@ -10,7 +10,7 @@ set -o pipefail echo "Fetch started." | ts | tee -a "$K_FETCH_LOG" -python -u "$K_FETCH_DIR/banking-ib.py" 2>&1 | ts | tee -a "$K_FETCH_LOG" +python -u "$K_FETCH_DIR/banking-ibcloud.py" 2>&1 | ts | tee -a "$K_FETCH_LOG" RET=$? if [ $RET -ne 0 ]