fix small typo

Signed-off-by: Ma Xinjian <maxj.fnst@cn.fujitsu.com>
pull/9599/head
Ma Xinjian 2020-11-03 14:57:24 +08:00
parent 35048f97da
commit bd9de07865
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ echo "test home: ${TEST_HOME}"
echo "sudo: ${SUDO_PREFIX}"
echo "kernel: $(uname -v)"
echo "uptime: $(uptime)"
# Setting KUBECONFIG prevents the version ceck from erroring out due to permission issues
# Setting KUBECONFIG prevents the version check from erroring out due to permission issues
echo "kubectl: $(env KUBECONFIG=${TEST_HOME} kubectl version --client --short=true)"
echo "docker: $(docker version --format '{{ .Client.Version }}')"
echo "podman: $(sudo podman version --format '{{.Version}}' || true)"