Skip to content

Commit c984032

Browse files
committed
add echo to print msg with python version
1 parent 0fe5f4a commit c984032

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bin/lambda-package-base.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22

33
# directory used for deployment
44
export DEPLOY_DIR=lambda
5-
65
export PYVER=${1:-2.7}
76

8-
echo PYVER: $PYVER
7+
echo Creating deploy package for Python $PYVER
98

109
# make deployment directory and add lambda handler
1110
mkdir -p $DEPLOY_DIR/lib/python$PYVER/site-packages

0 commit comments

Comments
 (0)