This commit is contained in:
Jakob Borg 2025-06-22 17:15:36 +00:00 committed by GitHub
commit c8cc153c78
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -616,7 +616,7 @@ func UserHomeDir() (string, error) {
if v := Getenv(env); v != "" {
return v, nil
}
// On some geese the home directory is not always defined.
// On some operating systems the home directory is not always defined.
switch runtime.GOOS {
case "android":
return "/sdcard", nil