Skip to content

Commit

Permalink
Remove --no-progress-meter (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs committed Nov 23, 2023
1 parent 18d5d95 commit e58bec4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion add_data_to_graph.sh
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ for db in ${jsonld_dir}/*.jsonld; do
[ -e "$db" ] || continue

echo "$(basename ${db}):"
response=$(curl -u "${user}:${password}" --no-progress-meter -i -w "\n%{http_code}\n" \
response=$(curl -u "${user}:${password}" -s -S -i -w "\n%{http_code}\n" \
-X POST $upload_data_url \
-H "Content-Type: application/ld+json" \
--data-binary @${db})
Expand Down

0 comments on commit e58bec4

Please sign in to comment.