Fix incorrect path to scripts/install.sh in lua docs build script
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user