Skip to content

Commit 87525bf

Browse files
authored
fix: 🐛 overwrite _contributor.qmd with > (#207)
# Description Need to use `>`, not `>>`. Needs a quick review. ## Checklist - [x] Ran `just run-all`
1 parent 2d796f6 commit 87525bf

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)