cleanup: correct typo in travis scripts

Signed-off-by: Humble Chirammal <hchiramm@redhat.com>
This commit is contained in:
Humble Chirammal 2021-04-21 13:34:03 +05:30 committed by mergify[bot]
parent 9f5a2b5c8f
commit 65dc573302
2 changed files with 4 additions and 4 deletions

View File

@ -2,10 +2,10 @@
set -e set -e
# This script will be used by travis to run functional test # This script will be used by travis to run functional test
# against different kuberentes version # against different Kubernetes version
export KUBE_VERSION=$1 export KUBE_VERSION=$1
shift shift
# parse the kubernetes version, return the digit passed as argument # parse the Kubernetes version, return the digit passed as argument
# v1.17.0 -> kube_version 1 -> 1 # v1.17.0 -> kube_version 1 -> 1
# v1.17.0 -> kube_version 2 -> 17 # v1.17.0 -> kube_version 2 -> 17
kube_version() { kube_version() {

View File

@ -2,10 +2,10 @@
set -e set -e
# This script will be used by travis to run functional test # This script will be used by travis to run functional test
# against different kuberentes version # against different Kubernetes version
export KUBE_VERSION=$1 export KUBE_VERSION=$1
shift shift
# parse the kubernetes version, return the digit passed as argument # parse the Kubernetes version, return the digit passed as argument
# v1.17.0 -> kube_version 1 -> 1 # v1.17.0 -> kube_version 1 -> 1
# v1.17.0 -> kube_version 2 -> 17 # v1.17.0 -> kube_version 2 -> 17
kube_version() { kube_version() {