From 132ff5294ccb5429b330fa052b875b6d39917537 Mon Sep 17 00:00:00 2001 From: Cody Glassman Date: Mon, 16 Jun 2025 16:19:20 -0700 Subject: [PATCH] docs - bump documentor commit --- docs/source/install_luadocumentor_in_docker.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install_luadocumentor_in_docker.sh b/docs/source/install_luadocumentor_in_docker.sh index 5d37a37351..7eb22103db 100755 --- a/docs/source/install_luadocumentor_in_docker.sh +++ b/docs/source/install_luadocumentor_in_docker.sh @@ -33,7 +33,7 @@ PATH=$PATH:~/luarocks/bin echo "Install openmwluadocumentor" git clone https://gitlab.com/ptmikheev/openmw-luadocumentor.git cd openmw-luadocumentor -git checkout 78577b255d19a1f4f4f539662e00357936b73c33 +git checkout c3252620eb5f6cd740dadfcb374a20b23b36f1fd luarocks make luarocks/openmwluadocumentor-0.2.0-1.rockspec cd ~ rm -r openmw-luadocumentor