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