You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by zh...@apache.org on 2021/10/20 06:12:55 UTC

[hbase] branch HBASE-26318 updated: fix

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

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


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

commit cbc3743088a5d171fe0712d32760b56a6e033e68
Author: Duo Zhang <zh...@apache.org>
AuthorDate: Wed Oct 20 14:12:18 2021 +0800

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

diff --git a/dev-support/hbase-personality.sh b/dev-support/hbase-personality.sh
index 462d579..a2279b4 100755
--- a/dev-support/hbase-personality.sh
+++ b/dev-support/hbase-personality.sh
@@ -417,7 +417,7 @@ function refguide_rebuild
   fi
 
   add_vote_table 0 refguide "${repostatus} has no errors when building the reference guide. See footer for rendered docs, which you should manually inspect."
-  if [[ -n ${ASF_NIGHTLIES_BASE} ]]; then
+  if [[ -n "${ASF_NIGHTLIES_BASE}" ]]; then
     add_footer_table refguide "${ASF_NIGHTLIES_BASE}/${repostatus}-site/book.html"
   else
     add_footer_table refguide "@@BASE@@/${repostatus}-site/book.html"