Skip to content
Snippets Groups Projects
Commit 0bfabbde authored by Jeremy Soller's avatar Jeremy Soller
Browse files

Fix docgen path

parent 55700b73
No related branches found
No related tags found
No related merge requests found
......@@ -61,7 +61,7 @@ export STAT
if [ ! "$(uname -s)" = "Redox" ]
then
function docgen {
"$ROOT/docgen/target/docgen" "$@"
"$ROOT/docgen/target/release/docgen" "$@"
}
function pkgar {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment