Skip to content

Commit

Permalink
Correct yaml struct tag
Browse files Browse the repository at this point in the history
  • Loading branch information
evanpurkhiser committed Jul 3, 2018
1 parent 217b0b7 commit 786267e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ type SourceConfig struct {

// Profiles is a mapping of profile names to a list of groups to install.
// Base groups do not need to be specified.
Profiles Profiles `json:"profiles"`
Profiles Profiles `yaml:"profiles"`

// ExpandEnvironment specifies a list of install file paths that when
// installed should have bash style parameter expansion done for
Expand Down

0 comments on commit 786267e

Please sign in to comment.