Skip to content

Commit

Permalink
Update config/template.go
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel Huckins <[email protected]>
  • Loading branch information
averche and dhuckins authored May 3, 2023
1 parent f6842d6 commit c529aa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/template.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ type TemplateConfig struct {
SandboxPath *string `mapstructure:"sandbox_path"`

// MapToEnvironmentVariable is the name of the environment variable this
// template ahouls map to. It is currently only used by Vault Agent and
// template should map to. It is currently only used by Vault Agent and
// will be ignored otherwise. When specified, Vault Agent will render the
// contents of this template to the given environment variable instead
// of a file. This field is mutually exclusive with `Destination`.
Expand Down

0 comments on commit c529aa9

Please sign in to comment.