Skip to content

Commit 2cb0ddf

Browse files
authored
Merge pull request #12245 from siddarthkay/fix-typo-in-error-message
scripts/install-multi-user: fix typo
2 parents a78f998 + fd053fd commit 2cb0ddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/install-multi-user.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,7 @@ create_build_user_for_core() {
562562
if [ "$actual_uid" != "$uid" ]; then
563563
failure <<EOF
564564
It seems the build user $username already exists, but with the UID
565-
with the UID '$actual_uid'. This script can't really handle that right
565+
'$actual_uid'. This script can't really handle that right
566566
now, so I'm going to give up.
567567
568568
If you already created the users and you know they start from

0 commit comments

Comments
 (0)