Skip to content

Commit 5a5702c

Browse files
committed
fix name
1 parent 878dad8 commit 5a5702c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pipeline/process.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ echo 'Done parsing files'
5757

5858
echo "Combining files"
5959
output_file="/tmp/${start_date}T${start_hour}:00.geojsonld"
60-
cat "/tmp/${start_date}-${start_hour}-*.geojson" > $output_file
60+
cat /tmp/${start_date}-${start_hour}-*.geojsonld > $output_file
6161
echo "Done combining files"
6262

6363
echo 'Replace nulls with 0'

0 commit comments

Comments
 (0)