diff --git a/mirror.sh b/mirror.sh index de1bbf9b..cb7c5c9f 100755 --- a/mirror.sh +++ b/mirror.sh @@ -186,7 +186,7 @@ do_file() { esac } -for src in steps/*/sources steps-guix/*/sources; do +for src in steps/*/sources steps-*/*/sources; do [ -f "${src}" ] || continue while read -r line; do # shellcheck disable=SC2086