forked from platypush/platypush
Modify shebang header for Mercury JS script.
The RPM build process wants an absolute path.
This commit is contained in:
parent
a872d6f554
commit
b797add90d
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!node
|
#!/usr/bin/node
|
||||||
|
|
||||||
// This script will parse the content and title of a webpage using the
|
// This script will parse the content and title of a webpage using the
|
||||||
// mercury-parser JavaScript library (https://github.com/postlight/mercury-parser)
|
// mercury-parser JavaScript library (https://github.com/postlight/mercury-parser)
|
||||||
|
|
Loading…
Reference in a new issue