Skip to content

Commit de6c5ad

Browse files
committed
disable incorrect shellcheck warning
1 parent 86ddb9e commit de6c5ad

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Examples/ServiceLifecycle/deploy.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +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-
echo "curl \$(aws cloudformation describe-stacks --stack-name servicelifecycle-stack --query 'Stacks[0].Outputs[?OutputKey==`APIGatewayEndpoint`].OutputValue' --output text)"
35+
# shellcheck disable=SC2006
36+
echo "curl $(aws cloudformation describe-stacks --stack-name servicelifecycle-stack --query 'Stacks[0].Outputs[?OutputKey==`APIGatewayEndpoint`].OutputValue' --output text)"

0 commit comments

Comments
 (0)