Skip to content

Commit

Permalink
acct-group.eclass: Fix typo in error message.
Browse files Browse the repository at this point in the history
Signed-off-by: Ulrich Müller <[email protected]>
  • Loading branch information
ulm committed Jul 8, 2019
1 parent 7aff584 commit 543b723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eclass/acct-group.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ acct-group_pkg_pretend() {
elif [[ -n ${group_by_name} ]]; then
eerror "The requested group exists already with wrong GID."
eerror " groupname: ${ACCT_GROUP_NAME}"
eerror " requested UID: ${ACCT_GROUP_ID}"
eerror " requested GID: ${ACCT_GROUP_ID}"
eerror " current entry: ${group_by_name}"
die "Group ${ACCT_GROUP_NAME} exists with wrong GID"
fi
Expand Down

0 comments on commit 543b723

Please sign in to comment.