Skip to content

Commit b486e58

Browse files
authored
Uncomment needed line in check-broken-links.sh (#7301)
1 parent 542b763 commit b486e58

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/check-broken-links.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,7 @@ valid_links() {
3232
comm -3 <(echo "$all_links") <(echo "$ignore_links")
3333
}
3434

35-
valid_links
36-
# check_links <<< "$(valid_links)"
35+
check_links <<< "$(valid_links)"
3736

3837
if [[ "$?" != "0" ]]; then
3938
echo "Found broken links, see output above"

0 commit comments

Comments
 (0)