HBASE-20070 addendum for missing echo. Website generation is failing.

Project: http://git-wip-us.apache.org/repos/asf/hbase/repo
Commit: http://git-wip-us.apache.org/repos/asf/hbase/commit/485af49e
Tree: http://git-wip-us.apache.org/repos/asf/hbase/tree/485af49e
Diff: http://git-wip-us.apache.org/repos/asf/hbase/diff/485af49e

Branch: refs/heads/HBASE-19064
Commit: 485af49e53cb38e2af4635f2c3bc0b33e15ba0a1
Parents: ff550ed
Author: Sean Busbey <bus...@apache.org>
Authored: Sat Mar 3 00:25:20 2018 -0600
Committer: Apekshit Sharma <a...@apache.org>
Committed: Sun Mar 4 09:03:19 2018 +0530

----------------------------------------------------------------------
 dev-support/jenkins-scripts/generate-hbase-website.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hbase/blob/485af49e/dev-support/jenkins-scripts/generate-hbase-website.sh
----------------------------------------------------------------------
diff --git a/dev-support/jenkins-scripts/generate-hbase-website.sh 
b/dev-support/jenkins-scripts/generate-hbase-website.sh
index 0d7af75..c25c895 100644
--- a/dev-support/jenkins-scripts/generate-hbase-website.sh
+++ b/dev-support/jenkins-scripts/generate-hbase-website.sh
@@ -263,7 +263,7 @@ echo "Change set saved to patch 
${working_dir}/${CURRENT_HBASE_COMMIT}.patch"
 if [ -n "${publish}" ]; then
   echo "Publishing changes to remote repo..."
   if git push origin asf-site; then
-    "changes pushed."
+    echo "changes pushed."
   else
     echo "Failed to push to asf-site. Website not updated."
     exit 1

Reply via email to