refactor(aio): improve logging output in `update-preview-server.sh` (#24071)

PR Close #24071
This commit is contained in:
George Kalpakas 2018-05-23 17:19:30 +03:00 committed by Matias Niemelä
parent 36cc72ee5b
commit 3e39fef274
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
set -eux -o pipefail set -eux -o pipefail
exec 3>&1 exec 3>&1
echo "\n\n[`date`] - Updating the preview server..." echo -e "\n\n[`date`] - Updating the preview server..."
# Input # Input
readonly HOST_REPO_DIR=$1 readonly HOST_REPO_DIR=$1