Print escaped chars

pull/2324/head
Jorge Marin 9 years ago
parent e114807c45
commit 6adf7d59de

@ -138,7 +138,7 @@ fail_trap() {
result=$? result=$?
if [ "$result" != "0" ]; then if [ "$result" != "0" ]; then
echo "Failed to install $PROJECT_NAME" 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 fi
exit $result exit $result
} }

Loading…
Cancel
Save