Fix #306 - supply dir to web_get when using wget

This commit is contained in:
Ian2020 2022-01-06 11:09:25 +00:00
parent 12fbf6b02f
commit 18278288d7
1 changed files with 1 additions and 1 deletions

View File

@ -490,7 +490,7 @@ function zsync_get() {
fi
else
echo "INFO: zsync not found, falling back to wget"
web_get "${ISO}"
web_get "${ISO}" "${DIR}"
fi
}