Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deletion of non existing key results in addition #338

Closed
030 opened this issue Feb 3, 2020 · 2 comments
Closed

Deletion of non existing key results in addition #338

030 opened this issue Feb 3, 2020 · 2 comments
Labels

Comments

@030
Copy link
Contributor

030 commented Feb 3, 2020

yq version: yq version 3.0.1

aaa.yml

a: 1

Expected outcome

yq d -i aaa.yml 'c.d'

should result in:

a: 1

Actual outcome:

a: 1
c:
@mikefarah mikefarah added the bug label Feb 3, 2020
@mikefarah
Copy link
Owner

Good pick up - will fix in the next release

@mikefarah
Copy link
Owner

Fixed in https://github.com/mikefarah/yq/releases/tag/3.1.0 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants