Skip to content

Commit

Permalink
fix create build users action description (#788)
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Gallagher <[email protected]>
  • Loading branch information
Hoverbear and mjgallag authored Jan 3, 2024
1 parent e815280 commit 7011c07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/action/common/create_users_and_groups.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ impl Action for CreateUsersAndGroups {
} else {
format!(
"Create build users (UID {}-{}) and group (GID {})",
self.nix_build_user_id_base,
self.nix_build_user_id_base + 1,
self.nix_build_user_id_base + self.nix_build_user_count,
self.nix_build_group_id
)
Expand Down

0 comments on commit 7011c07

Please sign in to comment.