Skip to content

Commit fcc6ad9

Browse files
authored
Merge branch 'main' into issue-13327
2 parents 4aa2a4f + df0892c commit fcc6ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

types/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ type ServiceConfig struct {
145145
}
146146

147147
type ServiceProviderConfig struct {
148-
Type string `yaml:"type,omitempty" json:"driver,omitempty"`
148+
Type string `yaml:"type,omitempty" json:"type,omitempty"`
149149
Options MultiOptions `yaml:"options,omitempty" json:"options,omitempty"`
150150
Extensions Extensions `yaml:"#extensions,inline,omitempty" json:"-"`
151151
}

0 commit comments

Comments
 (0)