Skip to content

Commit 253427b

Browse files
fixing hashbang
1 parent f6b5dc8 commit 253427b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.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
var request = require("request");
44
var url = require('url');

0 commit comments

Comments
 (0)