diff options
| author | Sam Nystrom <sam@samnystrom.dev> | 2023-10-03 21:18:09 -0400 |
|---|---|---|
| committer | Sam Nystrom <sam@samnystrom.dev> | 2023-10-03 21:18:09 -0400 |
| commit | f3df5761bc517300476efd2b96035018dfd37e7e (patch) | |
| tree | e04cb2c7d8869ae2b95203ed18050a014159b3ec /bin/jq | |
| parent | d81952fb56ebdec86b851705110e735f001cebb1 (diff) | |
Fix jq alias
Diffstat (limited to 'bin/jq')
| -rwxr-xr-x | bin/jq | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,2 +1,2 @@ #!/bin/sh -gojq "$@" +exec gojq "$@" |
