From 3f6f512406d852afa0e54118b2002896da66fd3e Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 3 Feb 2025 21:47:09 +0000 Subject: [PATCH] users: fix typo --- modules/users/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/users/default.nix b/modules/users/default.nix index ecce2af..47b67fb 100644 --- a/modules/users/default.nix +++ b/modules/users/default.nix @@ -172,7 +172,7 @@ in printf >&2 '`darwin-rebuild` requires permissions to administrate your computer,\n' printf >&2 'please accept the dialog that pops up.\n' printf >&2 '\n' - printf >&2 'If you do not wish to be prompted every time `darwin-rebuild updates your users,\n' + printf >&2 'If you do not wish to be prompted every time `darwin-rebuild` updates your users,\n' printf >&2 'you can grant Full Disk Access to your terminal emulator in System Settings.\n' printf >&2 '\n' printf >&2 'This can be found in System Settings > Privacy & Security > Full Disk Access.\n'