diff --git a/template/justfile.jinja b/template/justfile.jinja index 8540b4f..182379e 100644 --- a/template/justfile.jinja +++ b/template/justfile.jinja @@ -120,7 +120,7 @@ build-readme: # Generate a Quarto include file with the contributors build-contributors: - sh ./tools/get-contributors.sh {{ github_repo_spec }} >> docs/includes/_contributors.qmd + sh ./tools/get-contributors.sh {{ github_repo_spec }} > docs/includes/_contributors.qmd # Check for and apply updates from the template update-from-template: