Skip to content

Commit

Permalink
config_file item must have a filename.
Browse files Browse the repository at this point in the history
  • Loading branch information
divolgin committed Nov 16, 2016
1 parent 24318af commit 37fed47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion container_configfile.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package libyaml

type ContainerConfigFile struct {
Filename string `yaml:"filename" json:"filename"`
Filename string `yaml:"filename" json:"filename" validate:"required"`
Contents string `yaml:"contents" json:"contents"`
Source string `yaml:"source" json:"source" validate:"integrationexists"`
Owner string `yaml:"owner" json:"owner"`
Expand Down

0 comments on commit 37fed47

Please sign in to comment.