From 0166817de493e4dfcf1bb8c95858658ad6f22f63 Mon Sep 17 00:00:00 2001 From: Humble Chirammal Date: Wed, 21 Apr 2021 13:34:03 +0530 Subject: [PATCH] cleanup: correct typo in travis scripts Signed-off-by: Humble Chirammal --- scripts/travis-functest.sh | 4 ++-- scripts/travis-helmtest.sh | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/scripts/travis-functest.sh b/scripts/travis-functest.sh index d4bedc1f5..64500e133 100755 --- a/scripts/travis-functest.sh +++ b/scripts/travis-functest.sh @@ -2,10 +2,10 @@ set -e # This script will be used by travis to run functional test -# against different kuberentes version +# against different Kubernetes version export KUBE_VERSION=$1 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 2 -> 17 kube_version() { diff --git a/scripts/travis-helmtest.sh b/scripts/travis-helmtest.sh index 9fbb7839c..0c0b13fc6 100755 --- a/scripts/travis-helmtest.sh +++ b/scripts/travis-helmtest.sh @@ -2,10 +2,10 @@ set -e # This script will be used by travis to run functional test -# against different kuberentes version +# against different Kubernetes version export KUBE_VERSION=$1 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 2 -> 17 kube_version() {