Skip to content

Commit 48b7d16

Browse files
authored
Use /usr/bin/env in shebang before referring to node.
1 parent 56c67b1 commit 48b7d16

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fridax.js

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

33
/**
44
* You should not change this file.
@@ -121,4 +121,4 @@ async function injectApplicationOnDevice(device, application) {
121121
})
122122
}
123123

124-
main()
124+
main()

0 commit comments

Comments
 (0)