Skip to content

Commit 3f35fb1

Browse files
committed
another attemp to fix shelcheck
1 parent de6c5ad commit 3f35fb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Examples/ServiceLifecycle/deploy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ echo "📋 To get the database connection details, run:"
3232
echo "aws cloudformation describe-stacks --stack-name servicelifecycle-stack --query 'Stacks[0].Outputs'"
3333
echo ""
3434
echo "🧪 To test the Lambda function:"
35-
# shellcheck disable=SC2006
35+
# shellcheck disable=SC2006,SC2016
3636
echo "curl $(aws cloudformation describe-stacks --stack-name servicelifecycle-stack --query 'Stacks[0].Outputs[?OutputKey==`APIGatewayEndpoint`].OutputValue' --output text)"

0 commit comments

Comments
 (0)