Parcourir la source

Fix list parsing copy-paste typo

master
JustAnotherArchivist il y a 1 an
Parent
révision
6a6dbe0eb7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      codearchiver-bot

+ 1
- 1
codearchiver-bot Voir le fichier

@@ -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


Chargement…
Annuler
Enregistrer