Modify shebang header for Mercury JS script.

The RPM build process wants an absolute path.
This commit is contained in:
Fabio Manganiello 2023-09-23 16:16:13 +02:00
parent a872d6f554
commit b797add90d
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774

View file

@ -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)