Skip to content
This repository was archived by the owner on Jul 20, 2024. It is now read-only.

Commit 6460978

Browse files
author
Pete Dunlap
committed
fixes shell variable issue
1 parent 0085554 commit 6460978

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

entrypoint.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ deploy_lambda_function(){
6262

6363
functionNames=(${INPUT_LAMBDA_FUNCTION_NAMES//,/ })
6464
for name in ${functionNames[@]}; do
65-
publish_function name
66-
update_function_layers name
65+
publish_function $name
66+
update_function_layers $name
6767
done
6868
}
6969

0 commit comments

Comments
 (0)