Skip to content

Commit

Permalink
fixup: note that uninstallation will work even if the receipt could n…
Browse files Browse the repository at this point in the history
…ot be updated
  • Loading branch information
cole-h committed Sep 12, 2024
1 parent d43fe8a commit 1c21fea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/cli/subcommand/repair.rs
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,8 @@ impl CommandExecute for Repair {
"Unable to find {} in receipt (receipt didn't exist or is unable to be \
parsed by this version of the installer). Your receipt at {RECEIPT_LOCATION} \
will not reflect the changed UIDs, but the users will still be relocated \
to the new Sequoia-compatible UID range, starting at {user_base}.",
to the new Sequoia-compatible UID range, starting at {user_base}, and \
uninstallation will continue to work as normal, even if the UIDs do not match.",
CreateUsersAndGroups::action_tag()
);
}
Expand Down

0 comments on commit 1c21fea

Please sign in to comment.