Skip to content

Commit

Permalink
Rename the variable to more appropriate name
Browse files Browse the repository at this point in the history
Co-authored-by: Eric Fang <github@accounts.unkies.org>
  • Loading branch information
utam0k and yihuaf authored Feb 6, 2022
1 parent 2597291 commit b13f473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/libcontainer/src/rootless.rs
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ mod tests {
.size(10_u32)
.build()?];

let linux_not_include_usend = LinuxBuilder::default()
let linux_no_userns = LinuxBuilder::default()
.namespaces(vec![])
.uid_mappings(uid_mappings.clone())
.gid_mappings(gid_mappings.clone())
Expand Down

0 comments on commit b13f473

Please sign in to comment.