From a0c3ebeeab9064f952cd7379b836d029dfd6ff35 Mon Sep 17 00:00:00 2001 From: airborne12 Date: Fri, 19 May 2023 11:49:20 +0800 Subject: [PATCH] [Chore](build) fix typo in build.sh (#19846) --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 0640c13b23..6095a595a9 100755 --- a/build.sh +++ b/build.sh @@ -272,7 +272,7 @@ update_submodule() { exit_code=$? set -e if [[ "${exit_code}" -ne 0 ]]; then - echo "Update ${submodule_name} submodule failed, start to download and extract apache-orc package ..." + echo "Update ${submodule_name} submodule failed, start to download and extract ${submodule_name} package ..." mkdir -p "${DORIS_HOME}/${submodule_path}" curl -L "${archive_url}" | tar -xz -C "${DORIS_HOME}/${submodule_path}" --strip-components=1 fi