This is an automated email from the ASF dual-hosted git repository.
lzljs3620320 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-paimon.git
The following commit(s) were added to refs/heads/master by this push:
new 20d946b5a [doc] fix typo (#628)
20d946b5a is described below
commit 20d946b5ad9b65dbf467b9725956b4df13f184ba
Author: legendtkl <[email protected]>
AuthorDate: Sun Mar 19 11:17:24 2023 +0800
[doc] fix typo (#628)
---
tools/releasing/deploy_staging_jars.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/releasing/deploy_staging_jars.sh
b/tools/releasing/deploy_staging_jars.sh
index 6f3406884..85865cb25 100755
--- a/tools/releasing/deploy_staging_jars.sh
+++ b/tools/releasing/deploy_staging_jars.sh
@@ -31,7 +31,7 @@ CURR_DIR=`pwd`
BASE_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null && pwd )"
PROJECT_ROOT="${BASE_DIR}/../../"
-# Sanity check to ensure that resolved paths are valid; a LICENSE file should
aways exist in project root
+# Sanity check to ensure that resolved paths are valid; a LICENSE file should
always exist in project root
if [ ! -f ${PROJECT_ROOT}/LICENSE ]; then
echo "Project root path ${PROJECT_ROOT} is not valid; script may be in the
wrong directory."
exit 1