Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Apr 1, 2024
1 parent 38c95e3 commit c6345c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/retrieve_domains.sh
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ log_source() {
excluded_count="$(( dead_count + redundant_count + parked_count ))"

if [[ "$source" == 'Google Search' ]]; then
search_term="\"${search_term:0:100}...\"-:"
search_term="\"${search_term:0:100}...\""
item="$search_term"
fi

Expand Down

0 comments on commit c6345c3

Please sign in to comment.