~chrisppy/beagles-devel

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Change "http" to "gemini" for [URL] not found in gemini

Details
Message ID
<20210116224247.11155-1-asaizeren@gmail.com>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 config/browser.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/browser.go b/config/browser.go
index c0cc6c9..c3fad96 100644
--- a/config/browser.go
+++ b/config/browser.go
@@ -91,7 +91,7 @@ func parseBrowser(cfg *Config, dir *scfg.Directive) map[error]bool {
				}
			} else if isGemini {
				if !found {
					errors[fmt.Errorf(`[URL] must be one of the args provided for browser "http"`)] = false
					errors[fmt.Errorf(`[URL] must be one of the args provided for browser "gemini"`)] = false
				} else {
					cfg.Browser.Gemini = cmd
				}
-- 
2.30.0
Details
Message ID
<C8LOKDDAA9ND.3D7VLRJ3C9XW4@archer>
In-Reply-To
<20210116224247.11155-1-asaizeren@gmail.com> (view parent)
DKIM signature
missing
Download raw message
Could you please resubmit the patch after you have set your name and
email it your git config?

Thanks,
Chris
Reply to thread Export thread (mbox)