Skip to content

Commit

Permalink
fix: shebang option
Browse files Browse the repository at this point in the history
  • Loading branch information
line-o committed Feb 17, 2023
1 parent bfc7ad5 commit ea2e50d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env node --dns-result-order ipv4first
#!/usr/bin/env -S node --dns-result-order ipv4first

import yargs from 'yargs'
import { commands } from './commands/index.js'
Expand Down

0 comments on commit ea2e50d

Please sign in to comment.