diff --git a/aio/aio-builds-setup/scripts/update-preview-server.sh b/aio/aio-builds-setup/scripts/update-preview-server.sh index 42c9ec6029..aa341c4282 100755 --- a/aio/aio-builds-setup/scripts/update-preview-server.sh +++ b/aio/aio-builds-setup/scripts/update-preview-server.sh @@ -3,7 +3,7 @@ set -eux -o pipefail exec 3>&1 -echo "\n\n[`date`] - Updating the preview server..." +echo -e "\n\n[`date`] - Updating the preview server..." # Input readonly HOST_REPO_DIR=$1