Skip to content

Commit

Permalink
Change shebang to #!/usr/bin/env node
Browse files Browse the repository at this point in the history
  • Loading branch information
TooTallNate committed Feb 10, 2019
1 parent c2da664 commit be72e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/nightscout-ps1.js
@@ -1,4 +1,4 @@
#!/usr/local/bin/node
#!/usr/bin/env node
const ms = require('ms');
const os = require('os');
const url = require('url');
Expand Down

0 comments on commit be72e94

Please sign in to comment.