From 12c4e8c438ff85faa829772f9a4a45ee3c70a824 Mon Sep 17 00:00:00 2001 From: timburke-hackit Date: Thu, 13 Mar 2025 12:27:08 +0000 Subject: [PATCH] fix makefile change syntax remove typo --- lambdas/icaseworks_api_ingestion/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lambdas/icaseworks_api_ingestion/Makefile b/lambdas/icaseworks_api_ingestion/Makefile index 49417058f..93548960e 100644 --- a/lambdas/icaseworks_api_ingestion/Makefile +++ b/lambdas/icaseworks_api_ingestion/Makefile @@ -5,6 +5,6 @@ install-requirements: # the requirements are generated so that the packages # could be downloaded and packaged up for the lambda - . venv/bin/activate && sudo pipenv lock --requirements > requirements.txt + . 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/