Skip to content

Commit

Permalink
Update src/common/resolve.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Marc R. Schoolderman <[email protected]>
  • Loading branch information
bjorn3 and squell authored Jan 15, 2025
1 parent 14cefe3 commit 8d61ef8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/resolve.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ impl AuthUser {

pub fn resolve_root_for_rootpw() -> Result<Self, Error> {
Ok(Self(
User::from_uid(UserId::ROOT)?.ok_or(Error::UserNotFound("current user".to_string()))?,
User::from_uid(UserId::ROOT)?.ok_or(Error::UserNotFound("root".to_string()))?,
))
}
}
Expand Down

0 comments on commit 8d61ef8

Please sign in to comment.