From 040ddeaa8357cd69b4f649dbf894c6364aa425e3 Mon Sep 17 00:00:00 2001 From: Michael Schurter Date: Fri, 5 Apr 2019 11:01:14 -0400 Subject: [PATCH] Update nomad/structs/config/vault.go Co-Authored-By: cgbaker --- nomad/structs/config/vault.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nomad/structs/config/vault.go b/nomad/structs/config/vault.go index c568a70ec..3a0b8fab6 100644 --- a/nomad/structs/config/vault.go +++ b/nomad/structs/config/vault.go @@ -37,7 +37,7 @@ type VaultConfig struct { // role the token is from. Role string `mapstructure:"create_from_role"` - // Namespaces sets the Vault namespace used for all calls against the + // Namespace sets the Vault namespace used for all calls against the // Vault API. If this is unset, then Nomad does not use Vault namespaces. Namespace string `mapstructure:"namespace"`