Skip to content

Commit

Permalink
Merge f25df89 into backport/user-lookup-windows/remotely-distinct-kin…
Browse files Browse the repository at this point in the history
…gfish
  • Loading branch information
hc-github-team-nomad-core committed Oct 4, 2022
2 parents 23d4ce4 + f25df89 commit 6e502f9
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 6e502f9

Please sign in to comment.