File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ func Config() CustomManager {
2323type CustomManagers []CustomManager
2424
2525type CustomManager struct {
26- CustomType string `json:"customType"`
27- Description string `json:"description"`
26+ CustomType string `json:"customType,omitempty "`
27+ Description string `json:"description,omitempty "`
2828 ManagerFilePatterns []string `json:"managerFilePatterns,omitempty"`
2929 FileMatch []string `json:"fileMatch,omitempty"`
30- MatchStrings []string `json:"matchStrings"`
31- DatasourceTemplate string `json:"datasourceTemplate"`
30+ MatchStrings []string `json:"matchStrings,omitempty "`
31+ DatasourceTemplate string `json:"datasourceTemplate,omitempty "`
3232}
3333
3434func (m * CustomManager ) UpdateParams () {
You can’t perform that action at this time.
0 commit comments