diff options
author | Peter Stuart <peter.l.stuart@gmail.com> | 2018-01-12T19·27-0500 |
---|---|---|
committer | Peter Stuart <peter.l.stuart@gmail.com> | 2018-01-12T19·27-0500 |
commit | a65376b01da1f5e612ecbc7232f23c0bebcabe22 (patch) | |
tree | 7be4852d20f9533f11af6ce5a789d32b2553f718 /scripts | |
parent | 74f75c855837bce7f48491e9ce8ac03794e5b40d (diff) |
Remove extra space.
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/install-darwin-multi-user.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/install-darwin-multi-user.sh b/scripts/install-darwin-multi-user.sh index 91194a299a9a..2e9d368c0200 100644 --- a/scripts/install-darwin-multi-user.sh +++ b/scripts/install-darwin-multi-user.sh @@ -647,7 +647,7 @@ chat_about_sudo() { cat <<EOF This script is going to call sudo a lot. Normally, it would show you exactly what commands it is running and why. However, the script is -run in a headless fashion, like this: +run in a headless fashion, like this: $ curl https://nixos.org/nix/install | sh |