Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bo17age committed Sep 6, 2024
1 parent b561a4d commit 5b03f8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/osutil/user.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,6 @@ func LimaUser(warn bool, limaVersion string) (*user.User, error) {
cache.Do(func() {
cache.u, cache.err = user.Current()
if cache.err == nil {

// check if the username is blocked
if IsBlockedUsername(cache.u.Username, limaVersion) {
warning := fmt.Sprintf("local user %q is not a allowed (must not match %q); using %q username instead",
Expand Down

0 comments on commit 5b03f8b

Please sign in to comment.