From b4458463a8c129bd19e00911187981fff32bcbf6 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Tue, 1 Apr 2025 10:33:32 +0200 Subject: [PATCH] fix header --- misc/build.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/build.func b/misc/build.func index d7341e225..2e00422b2 100644 --- a/misc/build.func +++ b/misc/build.func @@ -296,7 +296,7 @@ get_header() { # Check if local file already present if [ ! -s "$local_header_path" ]; then - curl -fsSL "$header_url" -o "$local_header_path" + curl -fsSL "$local_header_path" "$header_url" if [ $? -ne 0 ]; then echo -e "${WARN}${BOLD}${YLW}Failed to download header for ${app_name}. No header will be displayed.${CL}" return 1