Skip to content

Commit

Permalink
Fixing unnecessary create-file.sh change
Browse files Browse the repository at this point in the history
  • Loading branch information
namedgraph committed Oct 30, 2023
1 parent 9e5ab26 commit 5024a34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/imports/create-file.sh
Original file line number Diff line number Diff line change
Expand Up @@ -174,4 +174,4 @@ if [ -n "$description" ] ; then
fi

# POST RDF/POST multipart form from stdin to the server
echo -e "$rdf_post" | curl -w '%{url_effective}\n' -k -X PUT -H "Accept: text/turtle" -E "$cert_pem_file":"$cert_password" -o /dev/null "$target"
echo -e "$rdf_post" | curl -w '%{url_effective}\n' -k -X PUT -H "Accept: text/turtle" -E "$cert_pem_file":"$cert_password" -o /dev/null --config - "$target"

0 comments on commit 5024a34

Please sign in to comment.