mirror of
https://github.com/helm/helm.git
synced 2026-05-28 04:35:48 -04:00
Print escaped chars
This commit is contained in:
parent
e114807c45
commit
6adf7d59de
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ fail_trap() {
|
|||
result=$?
|
||||
if [ "$result" != "0" ]; then
|
||||
echo "Failed to install $PROJECT_NAME"
|
||||
echo "\tFor support, go to https://github.com/kubernetes/helm."
|
||||
echo -e "\tFor support, go to https://github.com/kubernetes/helm."
|
||||
fi
|
||||
exit $result
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue