Commit 6adf7d59 authored by Jorge Marin's avatar Jorge Marin

Print escaped chars

parent e114807c
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment