Removed leftover dead code from generate_docs.sh

This commit is contained in:
EvilFactory
2023-02-06 12:15:41 -03:00
parent 14c45e4900
commit cd5901f73a

View File

@@ -4,9 +4,7 @@ DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" >/dev/null 2>&1 && pwd)"
cd "$DIR/LuaDocsGenerator"
if ! command -v "dotnet" &> /dev/null; then
if [[ -z "dotnet" ]]; then
echo "dotnet not found"
fi
echo "dotnet not found"
exit 1
fi