Update core.func

This commit is contained in:
CanbiZ 2025-05-12 10:23:54 +02:00
parent 849b92077c
commit 86bdf83bb8

View File

@ -146,7 +146,7 @@ curl_handler() {
return 1
fi
msg_info "Fetching: $url"
$STD msg_info "Fetching: $url"
while [[ $attempt -le $max_retries ]]; do
if $has_output_file; then