Skip to content

Commit 12c4e8c

Browse files
fix makefile
change syntax remove typo
1 parent f1de16d commit 12c4e8c

File tree

1 file changed

+2
-2
lines changed
  • lambdas/icaseworks_api_ingestion

1 file changed

+2
-2
lines changed

lambdas/icaseworks_api_ingestion/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ install-requirements:
55
# the requirements are generated so that the packages
66
# could be downloaded and packaged up for the lambda
77

8-
. venv/bin/activate && sudo pipenv lock --requirements > requirements.txt
8+
. venv/bin/activate && sudo pipenv requirements > requirements.txt
99
. venv/bin/activate && sudo pip install --target ./lib -r requirements.txt
10-
rm -rf venv/
10+
rm -rf venv/

0 commit comments

Comments
 (0)