fix: typos
This commit is contained in:
parent
3021fba918
commit
1a789ba7f2
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user