Skip to content

Commit c72139c

Browse files
authored
Merge pull request #6 from lexicalunit/patch-1
Use /usr/bin/env node for shebang
2 parents 9162c29 + 12ec48e commit c72139c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/schema-infer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env/node
1+
#!/usr/bin/env node
22

33
const { readFileSync } = require("fs");
44
const yargs = require("yargs");

0 commit comments

Comments
 (0)