Explorar el Código

Fix list parsing copy-paste typo

master
JustAnotherArchivist hace 1 año
padre
commit
6a6dbe0eb7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      codearchiver-bot

+ 1
- 1
codearchiver-bot Ver fichero

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


Cargando…
Cancelar
Guardar