Skip to content

Commit

Permalink
Merge pull request #69 from bcgov/typo-fixes
Browse files Browse the repository at this point in the history
Update install.sh
  • Loading branch information
mtspn authored Aug 30, 2023
2 parents 2a41455 + 3fc4470 commit 67e3fe3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 67e3fe3

Please sign in to comment.