mirror of
https://github.com/taigrr/yq
synced 2025-01-18 04:53:17 -08:00
Fix delete adding entries
This commit is contained in:
@@ -15,7 +15,7 @@ func DeleteNavigationStrategy(pathElementToDelete string) NavigationStrategy {
|
||||
return false
|
||||
},
|
||||
autoCreateMap: func(nodeContext NodeContext) bool {
|
||||
return true
|
||||
return false
|
||||
},
|
||||
visit: func(nodeContext NodeContext) error {
|
||||
node := nodeContext.Node
|
||||
|
||||
Reference in New Issue
Block a user