Removed leftover dead code from generate_docs.sh
This commit is contained in:
@@ -4,9 +4,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
|
|||||||
cd "$DIR/LuaDocsGenerator"
|
cd "$DIR/LuaDocsGenerator"
|
||||||
|
|
||||||
if ! command -v "dotnet" &> /dev/null; then
|
if ! command -v "dotnet" &> /dev/null; then
|
||||||
if [[ -z "dotnet" ]]; then
|
echo "dotnet not found"
|
||||||
echo "dotnet not found"
|
|
||||||
fi
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user