From bffdd3a2ff403f6f0ba45face3197b6eddb3c27f Mon Sep 17 00:00:00 2001 From: grillazz Date: Sun, 30 May 2021 17:23:55 +0200 Subject: [PATCH] typo --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64a0b90..eda4c6c 100644 --- a/Makefile +++ b/Makefile @@ -27,7 +27,7 @@ test: ## Run project tests docker-compose run --rm app pytest .PHONY: safety -test: ## Check project and dependencies with safety https://github.com/pyupio/safety +safety: ## Check project and dependencies with safety https://github.com/pyupio/safety docker-compose run --rm app safety check .PHONY: lint