Skip to content

Commit de75584

Browse files
authored
fix: fix bin instruction (#4)
1 parent 640e13c commit de75584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rabel.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/local/bin/node
1+
#!/usr/bin/env node
22
// Utility Data conversion program.
33
//
44
// Test platform for parsers and serializers

0 commit comments

Comments
 (0)