We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a565cf5 commit 8b4dd8eCopy full SHA for 8b4dd8e
1 file changed
tools/confix/upgrade.go
@@ -44,7 +44,7 @@ func Upgrade(ctx context.Context, plan transform.Plan, doc *tomledit.Document, c
44
}
45
46
// ignore validation for serverv2 by checking any default field found in doc
47
- isServerV2 := doc.First(strings.Split("store.options.ss-pruning-option", ".")...) != nil
+ isServerV2 := doc.First(strings.Split("store.options.sc-pruning-option", ".")...) != nil
48
49
// allow to skip validation
50
if !skipValidate && !isServerV2 {
0 commit comments