From ce7e1d66a0c0341ad4649f35f0cd64d73bc0877d Mon Sep 17 00:00:00 2001 From: Pratiksha Sankhe Date: Mon, 14 Oct 2024 18:05:15 +0530 Subject: [PATCH] fixed typo Signed-off-by: Pratiksha Sankhe --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 59187f2..2289d6e 100644 --- a/Makefile +++ b/Makefile @@ -115,7 +115,7 @@ tc: type-check update: @echo "\nUpdating the template +++++++++++++++++++++++++++++++++++++++++++++++++++++++++\n" @echo "Using latest version from remote: https://github.com/elixir-cloud-aai/cookiecutter-python." - @poetry run cruff update -y + @poetry run cruft update -y .PHONY: u u: update