Change summary
justfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Detailed changes
@@ -106,7 +106,7 @@ images:
# Generate feeds post from OPML file in /tmp/subscriptions.opml
opml:
go install git.sr.ht/~amolith/opml2md@latest
- opml2md -i /tmp/subscriptions.opml -o content/feeds.md -x static/feeds.opml -t opml.tmpl -g "Software updates,Newsletters"
+ opml2md -i /tmp/subscriptions.opml -o content/feeds.md -x static/feeds.opml -t opml.tmpl -g "Software Updates,Newsletters"
# Run development server
serve: