fix filename typo

This commit is contained in:
BuckarooBanzay 2021-02-11 11:40:28 +01:00
parent 7853ae7034
commit 3bcb2891e0

View File

@ -8,5 +8,5 @@ docker run --rm -i \
registry.gitlab.com/minetest/minetest/server:5.3.0
test -f $(pwd)/output/index.html || exit 1
test -f $(pwd)/output/data/items.json || exit 1
test -f $(pwd)/output/data/items.js || exit 1
test -d $(pwd)/output/textures || exit 1