Skip to content

Commit 786267e

Browse files
committed
Correct yaml struct tag
1 parent 217b0b7 commit 786267e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ type SourceConfig struct {
6161

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

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

0 commit comments

Comments
 (0)