From a6cf1f96eaba69c8f7e751bf2ef25a133611a786 Mon Sep 17 00:00:00 2001 From: Travis Semple Date: Thu, 18 Jul 2024 22:14:36 -0700 Subject: [PATCH] fix makefile for auth-api (#2922) --- auth-api/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-api/Makefile b/auth-api/Makefile index 1678d1d9d4..aa23d9d702 100644 --- a/auth-api/Makefile +++ b/auth-api/Makefile @@ -21,7 +21,7 @@ license: ## Verify source code license headers. setup: clean install install-dev ## Setup the project clean: clean-build clean-pyc clean-test ## Clean the project - rm -rf venv/ + rm -rf .venv/ clean-build: ## Clean build files rm -fr build/