Skip to content

Commit f7c6c1d

Browse files
author
Matt Land
committed
.
1 parent 50b4209 commit f7c6c1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

deploylambda/deploylambda.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def create_venv_zip(function_name, path, extra_path=''):
6060
continue
6161
if os.path.isdir(os.path.join(path, repo_file)):
6262
continue
63-
if repo_file.startswith(function):
63+
if repo_file.startswith(function_name):
6464
zf.write(repo_file)
6565

6666
for subpath in extra_paths:

0 commit comments

Comments
 (0)