Unverified Commit c5ac4b63 authored by Nilima Chavan's avatar Nilima Chavan Committed by GitHub
Browse files

build: fix text format

parent 6c783f6c
No related merge requests found
Showing with 3 additions and 3 deletions
+3 -3
......@@ -16,8 +16,8 @@ curl -sL $DOWNLOAD_URL -o $OUTPUT_BASENAME_WITH_POSTFIX
echo -e "\033[32m[V] Downloaded Datree"
if ! unzip >/dev/null 2>&1;then
echo -e "\e[1;31m error: unzip command not found \e[0m"
echo -e "\e[1;33m install unzip command in your system \e[0m"
echo -e "\033[31;1m error: unzip command not found \033[0m"
echo -e "\033[33;1m install unzip command in your system \033[0m"
exit 1
fi
......@@ -38,7 +38,7 @@ echo
echo -e "\033[35m Usage: $ datree test ~/.datree/k8s-demo.yaml"
echo -e " Using Helm? => https://hub.datree.io/helm-plugin \e[0m"
echo -e " Using Helm? => https://hub.datree.io/helm-plugin \033[0m"
tput init
......
Supports Markdown
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