Skip to content

Commit 63e48c5

Browse files
committed
fix shellcheck
1 parent 474f9cf commit 63e48c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Examples/_MyFirstFunction/create_and_deploy_function.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ which docker > /dev/null || (echo "Docker is not installed. Please install Dock
2323
which aws > /dev/null || (echo "AWS CLI is not installed. Please install AWS CLI and try again." && exit 1)
2424

2525
# import code present in create_iam_role.sh
26+
# shellcheck source=./create_iam_role.sh
2627
source ./create_iam_role.sh
2728

2829
# check if user has an access key and secret access key

0 commit comments

Comments
 (0)