Skip to content

Commit

Permalink
Update check_dead.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent b452bc1 commit b355252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/check_dead.sh
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ check_alive() {
}

# Function 'find_dead' finds dead domains from a given file by first formatting
# the file and processing it through AdGuard's Dead Domains Linter.
# the file and then processing it through AdGuard's Dead Domains Linter.
# Input:
# $1: file to process
# Output:
Expand Down Expand Up @@ -169,4 +169,4 @@ cleanup() {

trap cleanup EXIT

main
main

0 comments on commit b355252

Please sign in to comment.