Skip to content

Commit a41090f

Browse files
committed
test
1 parent c5eb4db commit a41090f

File tree

1 file changed

+1
-1
lines changed
  • terraform/python/ec2/adot-genai

1 file changed

+1
-1
lines changed

terraform/python/ec2/adot-genai/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ send_request() {
158158
-H "X-Amzn-Trace-Id: $$trace_id_header" \
159159
-d "{\"message\": \"$$message\"}" \
160160
-m "$$TIMEOUT" \
161-
-w "\nHTTP_STATUS:%{http_code}\nTIME_TOTAL:%{time_total}")
161+
-w "\nHTTP_STATUS:%%{http_code}\nTIME_TOTAL:%%{time_total}")
162162
163163
http_status=$$(echo "$$response" | grep "HTTP_STATUS:" | cut -d: -f2)
164164
time_total=$$(echo "$$response" | grep "TIME_TOTAL:" | cut -d: -f2)

0 commit comments

Comments
 (0)