Skip to content

Commit 5cdc256

Browse files
committed
fix: 🐛 overwrite _contributor.qmd with >
1 parent af65c7b commit 5cdc256

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/justfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ build-readme:
120120

121121
# Generate a Quarto include file with the contributors
122122
build-contributors:
123-
sh ./tools/get-contributors.sh {{ github_repo_spec }} >> docs/includes/_contributors.qmd
123+
sh ./tools/get-contributors.sh {{ github_repo_spec }} > docs/includes/_contributors.qmd
124124

125125
# Check for and apply updates from the template
126126
update-from-template:

0 commit comments

Comments
 (0)