Skip to content

Commit

Permalink
Corrected a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Charan-Sharan <[email protected]>
  • Loading branch information
Charan-Sharan committed Jun 20, 2024
1 parent 24fe28f commit 3e5ea8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-hyperlinks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
do
status_code=$(curl -LI -m 60 -s $link | grep "HTTP" | tail -1 | cut -d' ' -f2 )
if [[ -n $status_code ]]; then
echo "$link~$status_code" >> checkedlinksCache.txt
echo "$link~$status_code" >> checkedLinksCache.txt
break
else
echo $line
Expand Down

0 comments on commit 3e5ea8f

Please sign in to comment.