Fix incorrect path to scripts/install.sh in lua docs build script
This commit is contained in:
@@ -9,7 +9,7 @@ try {
|
||||
Copy-Item -Path ./js/. -Destination ./build -Recurse -Force | Out-Null
|
||||
|
||||
if ((Get-Command "lua_modules/bin/ldoc" -ErrorAction SilentlyContinue) -eq $null) {
|
||||
echo "ldoc not found; please run docs/scripts/install.ps1"
|
||||
echo "ldoc not found; please run scripts/install.ps1"
|
||||
exit 1
|
||||
}
|
||||
|
||||
|
||||
@@ -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