We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 220de44 commit 0ed9e8cCopy full SHA for 0ed9e8c
misc/build.func
@@ -296,7 +296,7 @@ get_header() {
296
297
if [ ! -s "$local_header_path" ]; then
298
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:-}"
+ echo -e "Failed to download header for ${app_name}. No header will be displayed."
300
return 1
301
fi
302
0 commit comments