We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 30cb59c + 6c8cf7e commit a1a6c05Copy full SHA for a1a6c05
pkg/osutil/user.go
@@ -27,8 +27,8 @@ func LimaUser(warn bool) (*user.User, error) {
27
if err := identifiers.Validate(cache.u.Username); err != nil {
28
cache.warning = fmt.Sprintf("local user %q is not a valid Linux username: %v; using %q username instead",
29
cache.u.Username, err, fallbackUser)
30
+ cache.u.Username = fallbackUser
31
}
- cache.u.Username = fallbackUser
32
33
})
34
if warn && cache.warning != "" {
0 commit comments