fix filename typo
This commit is contained in:
parent
7853ae7034
commit
3bcb2891e0
@ -8,5 +8,5 @@ docker run --rm -i \
|
|||||||
registry.gitlab.com/minetest/minetest/server:5.3.0
|
registry.gitlab.com/minetest/minetest/server:5.3.0
|
||||||
|
|
||||||
test -f $(pwd)/output/index.html || exit 1
|
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
|
test -d $(pwd)/output/textures || exit 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user