Merge "Add missing -e flag to echo invocation" into main

This commit is contained in:
Matthew DeVore
2024-08-29 22:26:54 +00:00
committed by Gerrit Code Review

View File

@@ -57,7 +57,7 @@ function _setup_cog_env() {
fi
function repo {
if [[ "${PWD}" == /google/cog/* ]]; then
echo "\e[01;31mERROR:\e[0mrepo command is disallowed within Cog workspaces."
echo -e "\e[01;31mERROR:\e[0mrepo command is disallowed within Cog workspaces."
return 1
fi
${ORIG_REPO_PATH} "$@"