This commit is contained in:
Sediman AI 2026-05-27 19:32:25 +08:00 committed by GitHub
commit 00370cdc2c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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