Skip to content
New issue

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

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

Already on GitHub? # to your account

Fix support for jq 1.6 #143

Merged
merged 1 commit into from
Nov 16, 2023
Merged

Conversation

sentinelt
Copy link
Contributor

Ubuntu still ships jq 1.6 which does not support '.[].tabs.[]' syntax. Support for this syntax was added later. In this PR we change this to '.[].tabs[]' which should work both in older and newer version of jq.

Here is some context about this issue in jq:
jqlang/jq#2517 (comment)

Ubuntu still ships jq 1.6 which does not support '.[].tabs.[]' syntax.
Support for this syntax was added later. In this PR we change this
to '.[].tabs[]' which should work both in older and newer version of jq.
Here is some context about this issue in jq:
jqlang/jq#2517 (comment)
@franciscolourenco franciscolourenco merged commit 4bd2e3f into franciscolourenco:master Nov 16, 2023
@franciscolourenco
Copy link
Owner

Thank you @sentinelt!

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

Successfully merging this pull request may close these issues.

2 participants