home · contact · privacy
Move sum_district to the left, as it's of more interest than others.
[berlin-corona-table] / update.sh
index 11bfb0f997b323ff876ea1d968e3fd04622eaa53..57ecf89d056395bf704c3ead01f945d118c7a597 100755 (executable)
--- a/update.sh
+++ b/update.sh
@@ -15,7 +15,7 @@ today="$(date +%Y-%m-%d)"
 curl "${CSV_URL}" \
 | awk 'BEGIN { FS=";"; ORS=""; print "'${today}'" }; '\
 '!/^Bezirk/ { printf "%4d", $3 }; '\
-'END { printf "\n" }' "${filename}" >> "${table_path}" 
+'END { printf "\n" }' "${filename}" >> "${table_path}"
 
 # Write enhanced table output to directory served by web server.
 ./enhance_table.py "${table_path}" txt > /var/www/html/berlin_corona.txt