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_01.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_01.sh')
| -rwxr-xr-x | scripts/make_layer_zip_01.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/make_layer_zip_01.sh b/scripts/make_layer_zip_01.sh index c8b4d2a..c2d4534 100755 --- a/scripts/make_layer_zip_01.sh +++ b/scripts/make_layer_zip_01.sh @@ -2,7 +2,7 @@ cd "$(dirname "$0")/.." mkdir -p python_01/lib/python3.11/site-packages -pip3 install --upgrade -r requirements_01.txt -t python_01/lib/python3.11/site-packages +pip3 install --upgrade -r requirements_lambda_01.txt -t python_01/lib/python3.11/site-packages rm layer_01.zip zip -r layer_01.zip python_01 rm -r python_01/ |
