Skip to content

Commit

Permalink
Fixed typo in build script
Browse files Browse the repository at this point in the history
  • Loading branch information
SuzanneSoy committed Nov 17, 2023
1 parent 78df046 commit 54fe7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@
done
index_html_links() {
name="$(basename "$bounty" .md)"
printf '%s\n' "<ul>"
for bounty in bounties/*.md; do
name="$(basename "$bounty" .md)"
printf '<li><a href="%s.html">%s</a></li>\n' "$name" "$name"
done
printf '%s\n' "</ul>"
Expand Down

0 comments on commit 54fe7a1

Please sign in to comment.