From d027723a99675e9d2adf7ab3c29d9a3c2cf8671d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tam=C3=A1s=20T=C3=B3th?= Date: Fri, 30 May 2025 08:03:27 +0000 Subject: [PATCH] Fix typo --- {{cookiecutter.project_slug}}/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.project_slug}}/Makefile b/{{cookiecutter.project_slug}}/Makefile index 5b27c48..9fe4224 100644 --- a/{{cookiecutter.project_slug}}/Makefile +++ b/{{cookiecutter.project_slug}}/Makefile @@ -13,7 +13,7 @@ clean: .PHONY: build build: - $(uv) build + $(UV) build # Tests