Skip to content

Commit b445846

Browse files
authored
fix header
1 parent ce0cf89 commit b445846

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc/build.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ get_header() {
296296

297297
# Check if local file already present
298298
if [ ! -s "$local_header_path" ]; then
299-
curl -fsSL "$header_url" -o "$local_header_path"
299+
curl -fsSL "$local_header_path" "$header_url"
300300
if [ $? -ne 0 ]; then
301301
echo -e "${WARN}${BOLD}${YLW}Failed to download header for ${app_name}. No header will be displayed.${CL}"
302302
return 1

0 commit comments

Comments
 (0)