Fix script-docs.py extension check
The check previously matched any filename ending in `lua`, not `.lua`. This caused failures in my fork because I had a branch ending in `-lua`, which created a file of that name in `.git/refs` that was not a valid Lua script. For extra good measure, anything under `.git` is ignored now as well.develop
parent
7439678214
commit
8696f72f77
Loading…
Reference in New Issue