Blacksmoke16 / oq

A performant, and portable jq wrapper to facilitate the consumption and output of formats other than JSON; using jq filters to transform the data.
https://blacksmoke16.github.io/oq/
MIT License
190 stars 15 forks source link

Fix download URL in Docker example #66

Closed LoganBarnett closed 4 years ago

LoganBarnett commented 4 years ago

The URL for downloading needed to be fixed (was missing a "v"). The curl line is because I was using curl, and the lack of -L bit me. If you like I can throw out the curl line.

Thanks for a clean lib that doesn't make demands on my environment!

Blacksmoke16 commented 4 years ago

The URL for downloading needed to be fixed (was missing a "v")

Good catch! This was actually a regression with #47, since the binaries are now added via CI instead of me doing it manually. I think I looked into trying to remove the v in the binary name but decided it wasn't worth the complexity.

If you like I can throw out the curl line.

Naw it's fine. I think it's pretty clear its an example, so showing different ways to accomplish the same goal is best. Then this way they can use whatever they're more familiar with.

Thanks for a clean lib that doesn't make demands on my environment!

Thanks :slightly_smiling_face: