mirror of https://github.com/zulip/zulip.git
update-prod-static: Fix buggy color code usage.
This commit is contained in:
parent
55f2c49bbf
commit
13a51737d8
|
@ -74,7 +74,7 @@ set +x
|
|||
USER_PROD_STATIC_LOGPATH="${TMPDIR}/update-prod-static.log"
|
||||
BUILD_PROD_STATIC_LOGPATH="${TMP_CHECKOUT}/var/log/update-prod-static.log"
|
||||
ln -nfs "$BUILD_PROD_STATIC_LOGPATH" "$USER_PROD_STATIC_LOGPATH"
|
||||
echo; echo "\033[33mRunning update-prod-static; check ${TMPDIR}/update-prod-static.log if it fails\033[0m"; echo
|
||||
echo; echo -e "\033[33mRunning update-prod-static; check ${TMPDIR}/update-prod-static.log if it fails\033[0m"; echo
|
||||
set -x
|
||||
|
||||
./tools/update-prod-static
|
||||
|
|
Loading…
Reference in New Issue