From 5dd1e17ae1edafa04eec84593dc730b58396e6bb Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Thu, 22 Feb 2024 13:47:15 -0800 Subject: [PATCH] Fix application name in FastAPI Makefile This had Gafaelfawr instead of the application name. --- project_templates/fastapi_safir_app/example/Makefile | 2 +- .../fastapi_safir_app/{{cookiecutter.name}}/Makefile | 2 +- project_templates/technote_md/testn-000/technote.toml | 2 +- project_templates/technote_rst/testn-000/technote.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project_templates/fastapi_safir_app/example/Makefile b/project_templates/fastapi_safir_app/example/Makefile index 338583cc..ee94f022 100644 --- a/project_templates/fastapi_safir_app/example/Makefile +++ b/project_templates/fastapi_safir_app/example/Makefile @@ -1,6 +1,6 @@ .PHONY: help help: - @echo "Make targets for Gafaelfawr" + @echo "Make targets for example" @echo "make init - Set up dev environment" @echo "make run - Start a local development instance" @echo "make update - Update pinned dependencies and run make init" diff --git a/project_templates/fastapi_safir_app/{{cookiecutter.name}}/Makefile b/project_templates/fastapi_safir_app/{{cookiecutter.name}}/Makefile index 338583cc..e8d49816 100644 --- a/project_templates/fastapi_safir_app/{{cookiecutter.name}}/Makefile +++ b/project_templates/fastapi_safir_app/{{cookiecutter.name}}/Makefile @@ -1,6 +1,6 @@ .PHONY: help help: - @echo "Make targets for Gafaelfawr" + @echo "Make targets for {{ cookiecutter.name }}" @echo "make init - Set up dev environment" @echo "make run - Start a local development instance" @echo "make update - Update pinned dependencies and run make init" diff --git a/project_templates/technote_md/testn-000/technote.toml b/project_templates/technote_md/testn-000/technote.toml index 959afab7..691f5999 100644 --- a/project_templates/technote_md/testn-000/technote.toml +++ b/project_templates/technote_md/testn-000/technote.toml @@ -4,7 +4,7 @@ series_id = "TESTN" canonical_url = "https://testn-000.lsst.io" github_url = "https://github.com/lsst/testn-000" github_default_branch = "main" -date_created = 2024-02-19T16:20:40Z +date_created = 2024-02-22T21:47:07Z organization.name = "Vera C. Rubin Observatory" organization.ror = "https://ror.org/048g3cy84" license.id = "CC-BY-4.0" diff --git a/project_templates/technote_rst/testn-000/technote.toml b/project_templates/technote_rst/testn-000/technote.toml index 9f0b4017..d7b49ac8 100644 --- a/project_templates/technote_rst/testn-000/technote.toml +++ b/project_templates/technote_rst/testn-000/technote.toml @@ -4,7 +4,7 @@ series_id = "TESTN" canonical_url = "https://testn-000.lsst.io" github_url = "https://github.com/lsst/testn-000" github_default_branch = "main" -date_created = 2024-02-19T16:20:40Z +date_created = 2024-02-22T21:47:07Z organization.name = "Vera C. Rubin Observatory" organization.ror = "https://ror.org/048g3cy84" license.id = "CC-BY-4.0"