Skip to content

Commit 1b16e5e

Browse files
committed
fix spellcheck
1 parent 63e48c5 commit 1b16e5e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Examples/_MyFirstFunction/create_and_deploy_function.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +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
27-
source ./create_iam_role.sh
26+
source create_iam_role.sh
2827

2928
# check if user has an access key and secret access key
3029
echo "This script creates and deploys a Lambda function on your AWS Account.

0 commit comments

Comments
 (0)