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 ce0cf89 commit b445846Copy full SHA for b445846
misc/build.func
@@ -296,7 +296,7 @@ get_header() {
296
297
# Check if local file already present
298
if [ ! -s "$local_header_path" ]; then
299
- curl -fsSL "$header_url" -o "$local_header_path"
+ curl -fsSL "$local_header_path" "$header_url"
300
if [ $? -ne 0 ]; then
301
echo -e "${WARN}${BOLD}${YLW}Failed to download header for ${app_name}. No header will be displayed.${CL}"
302
return 1
0 commit comments