From c6345c3a39b2ce07f40a7ada728db310e3a6f349 Mon Sep 17 00:00:00 2001 From: Jarell <91372088+jarelllama@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:54:39 +0800 Subject: [PATCH] Fix --- functions/retrieve_domains.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/retrieve_domains.sh b/functions/retrieve_domains.sh index 306810190..8523ffc5f 100644 --- a/functions/retrieve_domains.sh +++ b/functions/retrieve_domains.sh @@ -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