Replaced tabs with spaces

This commit is contained in:
Gerhard Salvini 2024-07-17 09:35:50 +02:00
parent 353fc010cb
commit 1b9af45991
1 changed files with 2 additions and 2 deletions

View File

@ -286,9 +286,9 @@ function build_transfair() {
# 2. There is no data lock file (which means that no ETL has yet been run).
if ls ../ecdc/data/*.[cC][sS][vV] 1> /dev/null 2>&1 && [ ! -f ../ecdc/data/lock ]; then
cd $base_dir/transfair
su bridgehead -c "git pull"
su bridgehead -c "git pull"
docker build --progress=plain -t samply/transfair --no-cache .
chown -R bridgehead .
chown -R bridgehead .
cd -
fi
}