diff --git a/context.sh b/context.sh index 900e6f7..7129cf6 100755 --- a/context.sh +++ b/context.sh @@ -28,7 +28,7 @@ select_menu() { do printf "$ESC[2K$(check_selected $i $SELECTED) $i. ${!i}\n"; done - printf "\n$ESC[2KKubernetes Cluster Select\ninfra,cmoamgmt,saasmgmt,dsk-dev,dsk-prod\n\n"; + printf "\n$ESC[2KKubernetes Cluster Select\n\n"; INPUT=$(input_key); if [[ $INPUT = "" ]]; then break;