Skip to content

Commit dc62e65

Browse files
committed
Fix data version
1 parent ded16ca commit dc62e65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source:
88
download: source
99
rm -rf $(BAG3D_TEST_DATA)
1010
mkdir -p $(BAG3D_TEST_DATA)
11-
cd $(BAG3D_TEST_DATA) ; curl -O https://data.3dbag.nl/testdata/pipeline/test_data_v4.zip ; unzip -q test_data_v5.zip ; rm test_data_v4.zip
11+
cd $(BAG3D_TEST_DATA) ; curl -O https://data.3dbag.nl/testdata/pipeline/test_data_v5.zip ; unzip -q test_data_v5.zip ; rm test_data_v5.zip
1212

1313
docker_volume_create:
1414
docker rm -f bag3d-dev-temp-container > /dev/null 2>&1 || true

0 commit comments

Comments
 (0)