You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by li...@apache.org on 2022/12/05 12:18:21 UTC

[doris] branch branch-1.1-lts updated: [fix](build)fix a typo of the build param string in build script (#14830)

This is an automated email from the ASF dual-hosted git repository.

lide pushed a commit to branch branch-1.1-lts
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/branch-1.1-lts by this push:
     new 1aec9318b6 [fix](build)fix a typo of the build param string in build script  (#14830)
1aec9318b6 is described below

commit 1aec9318b680b152596843c6dad580ba3fff3f00
Author: yuxuan-luo <11...@users.noreply.github.com>
AuthorDate: Mon Dec 5 20:18:14 2022 +0800

    [fix](build)fix a typo of the build param string in build script  (#14830)
---
 build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/build.sh b/build.sh
index faa55feea1..7109fbe1b4 100755
--- a/build.sh
+++ b/build.sh
@@ -237,7 +237,7 @@ echo "Get params:
     BUILD_BE            -- $BUILD_BE
     BUILD_FE            -- $BUILD_FE
     BUILD_BROKER        -- $BUILD_BROKER
-    BUILD_BROKER        -- $BUILD_AUDIT
+    BUILD_AUDIT         -- $BUILD_AUDIT
     BUILD_UI            -- $BUILD_UI
     BUILD_SPARK_DPP     -- $BUILD_SPARK_DPP
     PARALLEL            -- $PARALLEL


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org