From 5cdc2563863106fd8f203080e9fdfb4766e5311d Mon Sep 17 00:00:00 2001 From: "Luke W. Johnston" Date: Thu, 18 Sep 2025 09:47:02 +0200 Subject: [PATCH] fix: :bug: overwrite `_contributor.qmd` with `>` --- template/justfile.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: