소스 검색

Fix list parsing copy-paste typo

master
JustAnotherArchivist 1 년 전
부모
커밋
6a6dbe0eb7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      codearchiver-bot

+ 1
- 1
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


불러오는 중...
취소
저장