From d07d696e993f7dee2172c36411ba836f320241b6 Mon Sep 17 00:00:00 2001 From: Piotr Dobrowolski Date: Fri, 8 Nov 2019 20:56:18 +0100 Subject: [PATCH] fetch.sh: default to ibcloud --- fetch/fetch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ]