Skip to content

Commit

Permalink
backport of commit f25df89
Browse files Browse the repository at this point in the history
  • Loading branch information
tgross committed Oct 4, 2022
1 parent 6315eca commit c9426ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/users/lookup.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func Nobody() (*user.User, error) {
if nobody != nil {
return nobody, nil
}
u, err := Lookup("nobody")
u, err := user.Lookup("nobody")
nobody = u
return u, err
}
Expand Down

0 comments on commit c9426ed

Please sign in to comment.