Skip to content

Commit

Permalink
Fix a typo in the command line help. (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jlewi authored Nov 15, 2017
1 parent 3b436d3 commit a998436
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-infra/helm-test/main.go
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit a998436

Please sign in to comment.