diff --git a/codearchiver-bot b/codearchiver-bot index 252133a..96dbf8c 100755 --- a/codearchiver-bot +++ b/codearchiver-bot @@ -94,7 +94,7 @@ function taint_block { bad= log "Retrieving list job list: ${url}" while read -r line; do - if [[ "${line}" =~ ^'!a '([a-z-]+\+)?[a-z]+://[^\ ]+$ ]]; then + if [[ "${line}" =~ ^([a-z-]+\+)?[a-z]+://[^\ ]+$ ]]; then jobs+=("${line}") elif [[ "${line}" == '' ]]; then # Ignore empty lines