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

yq doesn't remove the quote anymore #381

Closed
mio-19 opened this issue Feb 28, 2020 · 5 comments
Closed

yq doesn't remove the quote anymore #381

mio-19 opened this issue Feb 28, 2020 · 5 comments
Labels
Milestone

Comments

@mio-19
Copy link

mio-19 commented Feb 28, 2020

Describe the bug
yq doesn't remove the quote anymore

Input Yaml
a.yml:

a: 'a'

Command
The command you ran:

yq r a.yml a

Actual behavior

3.2.0

'a'

Expected behavior

3.1.2

a
@mio-19 mio-19 added the bug label Feb 28, 2020
@mio-19 mio-19 changed the title yq didn't remove the quote anymore yq doesn't remove the quote anymore Feb 28, 2020
@nemchik
Copy link

nemchik commented Feb 29, 2020

I can confirm this issue with 3.2.0, and it also does it with double quotes. 3.1.2 works as expected.

@mikefarah
Copy link
Owner

Oops - will have a fix out shortly

@analytically
Copy link

Breaks for us too.

@mikefarah
Copy link
Owner

@nemchik
Copy link

nemchik commented Mar 1, 2020

Confirmed. 3.2.1 fixed it for me.

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

4 participants