From a869b7287636c7c203ed1b8251ffb0a7f7c9fa65 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Fri, 25 May 2018 13:06:24 +0800 Subject: [PATCH] Typo fix in tests.sh: kubernets->kubernetes kubernets->kubernetes --- script/test/cmd/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/test/cmd/tests.sh b/script/test/cmd/tests.sh index 079e15d8..032b5de3 100755 --- a/script/test/cmd/tests.sh +++ b/script/test/cmd/tests.sh @@ -493,7 +493,7 @@ convert::expect_failure "kompose convert --stdout -j -f $KOMPOSE_ROOT/script/tes # Test related to support docker-compose.yml beside docker-compose.yml # Store the original path CURRENT_DIR=$(pwd) -# Kubernets test +# Kubernetes test cd "$KOMPOSE_ROOT/script/test/fixtures/yaml-and-yml/" sed -e "s;%VERSION%;$version;g" $KOMPOSE_ROOT/script/test/fixtures/yaml-and-yml/output-k8s-template.json > /tmp/output-k8s.json convert::expect_success "kompose convert --stdout -j" "/tmp/output-k8s.json"