diff --git a/scripts/get b/scripts/get index 4c2e912da..aabdedc68 100755 --- a/scripts/get +++ b/scripts/get @@ -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 }