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: blacklight
GPG Key ID: D90FBA7F76362774
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!node
#!/usr/bin/node
// This script will parse the content and title of a webpage using the
// mercury-parser JavaScript library (https://github.com/postlight/mercury-parser)