Fix docgen path

This commit is contained in:
Jeremy Soller 2024-10-19 18:09:06 -06:00
parent 55700b73b3
commit 0bfabbdeaf

View File

@ -61,7 +61,7 @@ export STAT
if [ ! "$(uname -s)" = "Redox" ]
then
function docgen {
"$ROOT/docgen/target/docgen" "$@"
"$ROOT/docgen/target/release/docgen" "$@"
}
function pkgar {