From 9cd3ebea58636470ffeea17a6b42802e3d623ae9 Mon Sep 17 00:00:00 2001 From: timburke-hackit Date: Thu, 13 Mar 2025 12:50:50 +0000 Subject: [PATCH] fix indent --- lambdas/icaseworks_api_ingestion/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambdas/icaseworks_api_ingestion/Makefile b/lambdas/icaseworks_api_ingestion/Makefile index 93548960e..e53592dfe 100644 --- a/lambdas/icaseworks_api_ingestion/Makefile +++ b/lambdas/icaseworks_api_ingestion/Makefile @@ -7,4 +7,4 @@ install-requirements: . venv/bin/activate && sudo pipenv requirements > requirements.txt . venv/bin/activate && sudo pip install --target ./lib -r requirements.txt -rm -rf venv/ + rm -rf venv/