diff options
| author | Alex Schofield <git@ajschof.me> | 2024-08-29 12:34:21 +0100 |
|---|---|---|
| committer | Alex Schofield <git@ajschof.me> | 2024-08-29 12:34:21 +0100 |
| commit | abcf3df1913507517f8e2401eb9a79033b755287 (patch) | |
| tree | 2e185b82e80301a4a4e5b190a707581d8cdc1243 /scripts/make_layer_zip_02.sh | |
| parent | ecf330af27b4b32535de61fd3dd958bd5be6d278 (diff) | |
| download | de-project-bentley-abcf3df1913507517f8e2401eb9a79033b755287.tar.gz de-project-bentley-abcf3df1913507517f8e2401eb9a79033b755287.zip | |
chore: update requirements file names in bash scripts
Diffstat (limited to 'scripts/make_layer_zip_02.sh')
| -rwxr-xr-x | scripts/make_layer_zip_02.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_layer_zip_02.sh b/scripts/make_layer_zip_02.sh index 8b5bb33..c788acf 100755 --- a/scripts/make_layer_zip_02.sh +++ b/scripts/make_layer_zip_02.sh @@ -3,7 +3,7 @@ cd "$(dirname "$0")/.." mkdir -p python_02/lib/python3.11/site-packages -pip3 install --upgrade -r requirements_02.txt -t python_02/lib/python3.11/site-packages +pip3 install --upgrade -r requirements_lambda_02.txt -t python_02/lib/python3.11/site-packages rm layer_02.zip zip -r layer_02.zip python_02 rm -r python_02/ |
