From a99843645774dcd570d93f7f3dfa4d50ccaeee69 Mon Sep 17 00:00:00 2001 From: Jeremy Lewi Date: Tue, 14 Nov 2017 16:08:08 -0800 Subject: [PATCH] Fix a typo in the command line help. (#147) --- test-infra/helm-test/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 test-infra/helm-test/main.go diff --git a/test-infra/helm-test/main.go b/test-infra/helm-test/main.go old mode 100644 new mode 100755 index 1631155170..5faf230eb8 --- a/test-infra/helm-test/main.go +++ b/test-infra/helm-test/main.go @@ -111,7 +111,7 @@ var ( image = flag.String("image", "", "The Docker image for Tfjob to use.") outputPath = flag.String("output_dir", "", "The directory where test output should be written.") - helmPath = flag.String("helm_path", "helm", "Path to thelm") + helmPath = flag.String("helm_path", "helm", "Path to helm") kubectlPath = flag.String("kubectl_path", "kubectl", "Path to kubectl") purge = flag.Bool("purge", true, "Whether to purge the helm package after running the test.") cloud = flag.String("cloud", "gke", "Which cloud to configure the package for")