fix: correct typo in config directory error message

This commit is contained in:
Sediman 2026-05-27 13:32:06 +02:00
commit 251c72c3be

View file

@ -432,7 +432,7 @@ func tryLoadConfigFromDefaultPlaces() {
scope := gap.NewScope(gap.User, "glow")
dirs, err := scope.ConfigDirs()
if err != nil {
fmt.Println("Could not load find configuration directory.")
fmt.Println("Could not find configuration directory.")
os.Exit(1)
}