From 1a789ba7f277cd103e98bf5e5f0b1f6d881f3161 Mon Sep 17 00:00:00 2001 From: koru Date: Tue, 16 Jun 2026 15:01:19 +0000 Subject: [PATCH] fix: typos --- src/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.go b/src/main.go index 3b557cb..12a2c83 100644 --- a/src/main.go +++ b/src/main.go @@ -80,7 +80,7 @@ func main() { "gpu": {label: "gpu", fn: providers.GetGpu}, "de/wm": {label: "de/wm", fn: providers.GetDE}, "pkgs": {label: "packages", fn: providers.GetPkgs}, - "shell": {label: "shell", fn: providers.GetShell}, + "sh": {label: "shell", fn: providers.GetShell}, "term": {label: "terminal", fn: providers.GetTerminal}, "uptime": {label: "uptime", fn: providers.GetUptime}, "age": {label: "age", fn: providers.GetAge}, @@ -129,7 +129,7 @@ func main() { } fallbackToAscii := func(path *string) []string { - fmt.Println("chafa binary not found, chafa is the dependency of gogofetch, please install it") + fmt.Println("chafa binary not found, chafa is the dependency of gogofetch, please install it.") parts := strings.Split(*path, ".") if len(parts) > 1 { parts[len(parts)-1] = "txt"