Skip to content

Commit 25a599f

Browse files
committed
Fix validate-link.sh
1 parent 7701983 commit 25a599f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dist/validate-links.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
#!/bin/bash
2+
set -o errexit
3+
set -o pipefail
24

35
CONTENT_DIR="content"
46
EXIT_CODE=0

0 commit comments

Comments
 (0)