Fix bad merge

This commit is contained in:
the-sane 2024-09-05 19:22:50 -04:00
parent a55fa4a352
commit f10844face

View File

@ -1485,7 +1485,7 @@ download_install() {
fi fi
# Download the item to the tmp directory # Download the item to the tmp directory
download_file "$download_url" "$download_filename" download_file "$download_url" "$download_filename" "$download_type"
# Sanity check # Sanity check
if [ ! -f "$tmp_dir/$download_filename" ]; then if [ ! -f "$tmp_dir/$download_filename" ]; then