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

zhangduo pushed a commit to branch HBASE-28694
in repository https://gitbox.apache.org/repos/asf/hbase.git


The following commit(s) were added to refs/heads/HBASE-28694 by this push:
     new 1e0a6d8f504 fix
1e0a6d8f504 is described below

commit 1e0a6d8f504bfc58f1928dd3129e8b43f1e65bb7
Author: Duo Zhang <[email protected]>
AuthorDate: Fri Jun 28 00:15:23 2024 +0800

    fix
---
 dev-support/hbase_nightly_source-artifact.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-support/hbase_nightly_source-artifact.sh 
b/dev-support/hbase_nightly_source-artifact.sh
index a47b719e7fd..5d1e492dbe5 100755
--- a/dev-support/hbase_nightly_source-artifact.sh
+++ b/dev-support/hbase_nightly_source-artifact.sh
@@ -35,7 +35,7 @@ function usage {
 }
 
 MVN="mvn"
-if ! command -v mvn &>dev/null; then
+if ! command -v mvn &>/dev/null; then
   MVN=$MAVEN_HOME/bin/mvn
 fi
 # if no args specified, show usage

Reply via email to