From 5eba1760c0db9b01f7498a1efbfb4d969b6f3051 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Thu, 20 May 2021 18:08:36 +0100 Subject: works now on macOS --- README.md | 1 - packages/html.source.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index adc38d7b..2529dbcd 100644 --- a/README.md +++ b/README.md @@ -104,7 +104,6 @@ Now it is up to you to setup a Gemini server for the Gemtext, a Webserver for th These are things I want to do with this project in near future: * Custom alt.buetow.org domain for GitHub page. -* Test + fix on macOS (I havn't tested it for macOS fully yet) * Write a blog post about buetow.org.sh script * Document how to add a blog post. * Once blog post published request buetow.org.sh to be added to the Awesome Gemini list. diff --git a/packages/html.source.sh b/packages/html.source.sh index a258781b..efb9bf6b 100644 --- a/packages/html.source.sh +++ b/packages/html.source.sh @@ -143,7 +143,7 @@ html::test () { assert::equals "$(generate::make_link html "$line")" \ 'https://example.org
' - line='=> index.gmi' + line='=> index.html' assert::equals "$(generate::make_link html "$line")" \ 'index.html
' -- cgit v1.2.3