Skip to content

Commit 90649ae

Browse files
committed
fix profile defaults
1 parent 8997576 commit 90649ae

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

internal/cac/config/config.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,7 @@ func InitConfig(path string) (_ *RootConfiguration, err error) {
114114

115115
for name, profile := range config.Profiles {
116116
profile.SetImplicitValues(name, config.Default)
117+
config.Profiles[name] = profile
117118
}
118119

119120
return config, nil

0 commit comments

Comments
 (0)