Skip to content

Commit b710b13

Browse files
sunng87shuiyisong
authored andcommitted
chore: remove redundant -x for curl
1 parent 1b52c40 commit b710b13

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

greptimedb/load_data.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ counter=0
2121
for file in $(ls *.json.gz | head -n $MAX_FILES); do
2222
echo "Processing file: $file"
2323

24-
curl -v -X "POST" "http://localhost:4000/v1/events/logs?table=jsontable&pipeline_name=jsonbench&ignore_errors=true" \
24+
curl -v "http://localhost:4000/v1/events/logs?table=jsontable&pipeline_name=jsonbench&ignore_errors=true" \
2525
-H "Content-Type: application/x-ndjson" \
2626
-H "Content-Encoding: gzip" \
2727
--data-binary @$file

0 commit comments

Comments
 (0)