Skip to content

Commit

Permalink
change q to %
Browse files Browse the repository at this point in the history
  • Loading branch information
RiX012 committed Nov 5, 2024
1 parent fd26ab6 commit 930ef9e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verslagen-generate-index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
dir=${dir%*/}
if [ -d "$dir" ]; then
echo "## $dir" >> index.md
find "$dir" -type f -printf "- [%f](%q)\n" | sort >> index.md
find "$dir" -type f -printf "- [%f](%.)\n" | sort >> index.md
echo "" >> index.md
fi
done
Expand Down

0 comments on commit 930ef9e

Please sign in to comment.