Skip to content

Commit f9f8d8b

Browse files
namedgraphclaude
andcommitted
Add set -e to ttl-to-html.sh so failures are not silently ignored
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 6407867 commit f9f8d8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ttl-to-html.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#!/bin/sh
2+
set -e
23
# absolute path to output and temp RDF folders
34
OUTPUT_FOLDER="$PWD"/html
45
RDF_FOLDER="$PWD"/rdf

0 commit comments

Comments
 (0)