Skip to content

Commit

Permalink
Fix bug in ./script/combined-haddock.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
zeme-wana committed Jun 27, 2024
1 parent e3c3fd2 commit d3097b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/combined-haddock.sh
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ haddock \


echo "Assembling top-level doc-index.json"
for file in $(find "${OUTPUT_DIR}" -name "*.doc-index.json"); do
for file in $(find "${OUTPUT_DIR}" -name "*doc-index.json"); do
project=$(basename "$(dirname "$file")");
jq ".[] | .link = \"${project}/\(.link)\"" "${file}"
done |
Expand Down

0 comments on commit d3097b1

Please sign in to comment.