diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-08-05 22:29:50 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-08-05 22:29:50 -0400 |
| commit | 10a256758a5b8c5c3862357945537d56ea350f89 (patch) | |
| tree | f8ef145745353c392bcf0f38162572c79b72d5f1 /bin | |
| parent | 7c27600c4f108005a8e44ee8232da91a208275b1 (diff) | |
bin: fix jq script arguments
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/jq | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -gojq $@ +gojq "$@" |
