Skip to content

Commit 4fbb3d5

Browse files
committed
Fix /usr/bin/env use in jq-paths script
Fixes #11
1 parent 1ea213c commit 4fbb3d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/jq-paths

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env jq -r -f
1+
#!/usr/bin/env -S jq -r -f
22
# path logic inspired by https://github.com/stedolan/jq/issues/243
33
[
44
path(..) | map(select(type == "string") // "[]")

0 commit comments

Comments
 (0)