Skip to content

Commit 0bd312e

Browse files
fix profile defaults (#38)
1 parent 5eba253 commit 0bd312e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)