Skip to content

Commit

Permalink
Fix /usr/bin/env use in jq-paths script
Browse files Browse the repository at this point in the history
Fixes #11
  • Loading branch information
reegnz committed Dec 1, 2021
1 parent 1ea213c commit 4fbb3d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/jq-paths
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env jq -r -f
#!/usr/bin/env -S jq -r -f
# path logic inspired by https://github.com/stedolan/jq/issues/243
[
path(..) | map(select(type == "string") // "[]")
Expand Down

0 comments on commit 4fbb3d5

Please sign in to comment.