fetch.sh: default to ibcloud
This commit is contained in:
parent
1562f895a3
commit
d07d696e99
1 changed files with 1 additions and 1 deletions
|
@ -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 ]
|
||||
|
|
Loading…
Reference in a new issue