diff options
Diffstat (limited to 'MAINTAIN.md')
-rw-r--r-- | MAINTAIN.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MAINTAIN.md b/MAINTAIN.md index a587425f57..95a3916535 100644 --- a/MAINTAIN.md +++ b/MAINTAIN.md @@ -64,7 +64,7 @@ Third-party dependencies ------------------------ These "bundled" dependencies can be updated by bumping their versions in `cmake.deps/CMakeLists.txt`. -Some can be auto-bumped by `scripts/bump-deps.sh`. +Some can be auto-bumped by `scripts/bump_deps.lua`. * [LuaJIT](https://github.com/LuaJIT/LuaJIT) * [Lua](https://www.lua.org/download.html) |