Merge pull request #1018 from AdamDang/patch-3

Typo fix in tests.sh: kubernets->kubernetes
This commit is contained in:
Hang Yan 2018-05-25 14:03:57 +08:00 committed by GitHub
commit e8990233b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"