Remove the redundant space

This commit is contained in:
SataQiu
2018-09-30 11:09:32 +08:00
parent e019addcaa
commit c9bc625428
5 changed files with 5 additions and 5 deletions

View File

@@ -35,7 +35,7 @@ run_kubectl_diff_tests() {
output_message=$(kubectl diff -f hack/testdata/pod-changed.yaml)
kube::test::if_has_string "${output_message}" 'k8s.gcr.io/pause:3.0'
kubectl delete -f hack/testdata/pod.yaml
kubectl delete -f hack/testdata/pod.yaml
set +o nounset
set +o errexit