Skip to content

Commit

Permalink
adjust json_diff reference so that github finds it
Browse files Browse the repository at this point in the history
  • Loading branch information
lisp committed Nov 4, 2024
1 parent 729ff6a commit 78fd57c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tickets/release-202012/284-jsonld-compacted.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
curl_sparql_request \
-H "Accept: application/ld+json" \
-H "Content-Type:application/sparql-query" <<EOF \
| tee $ECHO_OUTPUT | json_pp | bin/json_diff /dev/stdin /dev/fd/3 3<<TEST 2>&1 #| egrep -q '^\[\]$'
| tee $ECHO_OUTPUT | json_pp | ./json_diff /dev/stdin /dev/fd/3 3<<TEST 2>&1 #| egrep -q '^\[\]$'
construct {
[ <http://example.org#value> ?o ]
}
Expand Down

0 comments on commit 78fd57c

Please sign in to comment.