Skip to content

Commit

Permalink
Implementing suggested changes (#7170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fredrik Hoem Grelland committed Feb 19, 2020
1 parent 1214bef commit a92beba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/tasks.go
Original file line number Diff line number Diff line change
Expand Up @@ -696,6 +696,7 @@ type Template struct {
LeftDelim *string `mapstructure:"left_delimiter"`
RightDelim *string `mapstructure:"right_delimiter"`
Envvars *bool `mapstructure:"env"`
VaultGrace *time.Duration `mapstructure:"vault_grace"`
}

func (tmpl *Template) Canonicalize() {
Expand Down

0 comments on commit a92beba

Please sign in to comment.