From 86bdf83bb875822957dfc8ac7a48c1816eaca99c Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 12 May 2025 10:23:54 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index 7ee59ba..efbaab4 100644 --- a/misc/core.func +++ b/misc/core.func @@ -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