Print escaped chars

This commit is contained in:
Jorge Marin 2017-04-24 10:30:29 +00:00
parent e114807c45
commit 6adf7d59de

View file

@ -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
}