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

This commit is contained in:
Sean Busbey 2018-03-03 00:25:20 -06:00 committed by Apekshit Sharma
parent ff550edabf
commit 485af49e53
1 changed files with 1 additions and 1 deletions

View File

@ -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