Skip to content
This repository has been archived by the owner on Mar 18, 2021. It is now read-only.

Commit

Permalink
Fix spelling for argument.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Cornies <acornies@gmail.com>
  • Loading branch information
acornies committed Apr 17, 2019
1 parent 7be3fdc commit b501b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ var (
nomadTLSCA = flag.String("nomad_tls_ca", "", "The TLS ca certificate file location")
nomadTLSCert = flag.String("nomad_tls_cert", "", "The TLS client certifcate file location")
nomadTLSKey = flag.String("nomad_tls_key", "", "The TLS private key file location")
nomadTLSSkipVerify = flag.Bool("noamd_tls_skip_verify", false, "Skips TLS verification for Nomad API. Not recommend for production")
nomadTLSSkipVerify = flag.Bool("nomad_tls_skip_verify", false, "Skips TLS verification for Nomad API. Not recommend for production")
nomadACL = flag.String("nomad_acl", "", "The ACL token for faas-nomad if Nomad ACLs are enabled")
consulAddr = flag.String("consul_addr", "http://localhost:8500", "Address for Consul API endpoint")
consulACL = flag.String("consul_acl", "", "ACL token for Consul API, only required if ACL are enabled in Consul")
Expand Down

0 comments on commit b501b6b

Please sign in to comment.