Skip to content

Commit

Permalink
WIP cat output to see why riot cries #14
Browse files Browse the repository at this point in the history
  • Loading branch information
sroertgen committed Jan 29, 2024
1 parent 463fba8 commit fe52c9b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/validate-skos
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,8 @@ curl --request POST \
--data-binary @$shape > "$result"

echo "Checking validation result"
ls -la /
cat $result
cat ./checkForViolation.rq

if [[ "$report" -eq 1 ]]; then
cat "$result"
Expand Down

0 comments on commit fe52c9b

Please sign in to comment.