diff --git a/tekton/scripts/install.sh b/tekton/scripts/install.sh index f7e5c870..bdae4c87 100644 --- a/tekton/scripts/install.sh +++ b/tekton/scripts/install.sh @@ -17,12 +17,12 @@ ask-for-env(){ # tekton.sh required env variable export NAMESPACE=$NAMESPACE - read -p 'OC login sting that you can find on your console page:(whole string including oc) ' OC_LOGIN_STRING + read -p 'OC login string that you can find on your console page:(whole string including oc) ' OC_LOGIN_STRING while ! $OC_LOGIN_STRING do echo Your login strying is not valid, please try again - read -p 'OC login sting that you can find on your console page:(whole string including oc) ' OC_LOGIN_STRING + read -p 'OC login string that you can find on your console page:(whole string including oc) ' OC_LOGIN_STRING done oc project $NAMESPACE