diff options
author | Eelco Dolstra <eelco.dolstra@logicblox.com> | 2018-01-18T15·19+0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-18T15·19+0100 |
commit | 5647e55f65a69bfb4a44fb2dfb6d7fd870b4dd38 (patch) | |
tree | 2b9cbdb63995381141b9de23cde81b5095c8eeb8 /scripts | |
parent | 5cc5c3fb832fc6fe07a5988ef4728fe2d274bf67 (diff) | |
parent | a65376b01da1f5e612ecbc7232f23c0bebcabe22 (diff) |
Merge pull request #1793 from peterstuart/fix-extra-space
Remove extra space in chat_about_sudo()
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 |