Skip to content

Commit a9d0cfa

Browse files
committed
Fix curl error
1 parent f7ffa76 commit a9d0cfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/release/tps_check_lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ fi
2323
response_status=0
2424

2525
tpsGetLock() {
26-
response_status="$(curl --w '%{http_code}' \
26+
response_status="$(curl --write-out '%{http_code}' \
2727
-X PUT \
2828
-H "Accept: application/json" \
2929
-H "Content-Type: application/json" \

0 commit comments

Comments
 (0)