Fix incorrect path to scripts/install.sh in lua docs build script

This commit is contained in:
peelz
2022-08-11 19:43:01 -04:00
parent 430dd9ae93
commit 1049296705
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ cd "$DIR/.."
ldoc_path=./lua_modules/bin/ldoc
if [[ ! -x "$ldoc_path" ]]; then
echo "ldoc not found; please run docs/scripts/install.sh"
echo "ldoc not found; please run scripts/install.sh"
exit 1
fi