Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
jarelllama authored Mar 22, 2024
1 parent f31f680 commit 61e3156
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion retrieve.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ function retrieve_existing {
done
# Process Google search terms last
for temp_domains_file in data/pending/domains_google_search_*.tmp; do
[[ ! -f "$temp_domains_file" ]] && break
[[ ! -f "$temp_domains_file" ]] && break # Break loop if no Google search terms found
item=${temp_domains_file#data/pending/domains_google_search_} # Remove header from file name
item=${item%.tmp} # Remove file extension from file name
process_source "Google Search" "$item" "$temp_domains_file"
Expand Down

0 comments on commit 61e3156

Please sign in to comment.