We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50b4209 commit f7c6c1dCopy full SHA for f7c6c1d
1 file changed
deploylambda/deploylambda.py
@@ -60,7 +60,7 @@ def create_venv_zip(function_name, path, extra_path=''):
60
continue
61
if os.path.isdir(os.path.join(path, repo_file)):
62
63
- if repo_file.startswith(function):
+ if repo_file.startswith(function_name):
64
zf.write(repo_file)
65
66
for subpath in extra_paths:
0 commit comments