Skip to content

Commit 2aedcd0

Browse files
committed
external_deps/build.sh logging nit
'log status' -> 'log STATUS' (spot missed in 528fc22)
1 parent 725299d commit 2aedcd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

external_deps/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ download() {
130130
log ERROR "No more mirror to download ${tarball_file} from"
131131
fi
132132
local download_url="${1}"; shift
133-
log status "Downloading ${download_url}"
133+
log STATUS "Downloading ${download_url}"
134134
if ! "${CURL}" -R -L --fail -o "${tarball_file}" "${download_url}"
135135
then
136136
log WARNING "Failed to download ${download_url}"

0 commit comments

Comments
 (0)