Skip to content

Commit 0ed9e8c

Browse files
authored
Update build.func
1 parent 220de44 commit 0ed9e8c

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
if [ ! -s "$local_header_path" ]; then
298298
if ! curl -fsSL "$header_url" -o "$local_header_path"; then
299-
echo -e "${WARN:-}[WARN]${BOLD:-}${YLW:-} Failed to download header for ${app_name}. No header will be displayed.${CL:-}"
299+
echo -e "Failed to download header for ${app_name}. No header will be displayed."
300300
return 1
301301
fi
302302
fi

0 commit comments

Comments
 (0)