mirror of
https://github.com/kubernetes-sigs/kustomize.git
synced 2026-07-18 18:18:36 +00:00
fix: format mismatch
This commit is contained in:
@@ -1065,7 +1065,7 @@ func deAnchor(yn *yaml.Node) (res *yaml.Node, err error) {
|
||||
}
|
||||
return yn, nil
|
||||
default:
|
||||
return nil, fmt.Errorf("cannot deAnchor kind %q", yn.Kind)
|
||||
return nil, fmt.Errorf("cannot deAnchor kind %d", yn.Kind)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user