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

jiafengzheng pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/incubator-doris-spark-connector.git


The following commit(s) were added to refs/heads/master by this push:
     new 268567f  [chore] fix name bug in build.sh (#13)
268567f is described below

commit 268567f1c04be0b5cd553ad9c3e13940defe4d8c
Author: Mingyu Chen <morningman....@gmail.com>
AuthorDate: Thu Mar 10 13:04:48 2022 +0800

    [chore] fix name bug in build.sh (#13)
    
    fix name bug in build.sh
---
 spark-doris-connector/build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/spark-doris-connector/build.sh b/spark-doris-connector/build.sh
index 30d20a0..b301289 100755
--- a/spark-doris-connector/build.sh
+++ b/spark-doris-connector/build.sh
@@ -95,7 +95,7 @@ else
 fi
 
 mkdir ${ROOT}/output/
-cp ${ROOT}/target/doris-spark-*.jar ${ROOT}/output/
+cp ${ROOT}/target/spark-doris-*.jar ${ROOT}/output/
 
 echo "*****************************************"
 echo "Successfully build Spark-Doris-Connector"

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

Reply via email to