cmd/update: make chown suggestion consistent

This commit is contained in:
Bo Anderson 2024-08-06 21:42:50 +01:00
parent d1a72dc782
commit c3d9e8e6f1
No known key found for this signature in database

View File

@ -386,7 +386,7 @@ EOS
${HOMEBREW_CELLAR} is not writable. You should change the
ownership and permissions of ${HOMEBREW_CELLAR} back to your
user account:
sudo chown -R \$(whoami) ${HOMEBREW_CELLAR}
sudo chown -R ${USER-\$(whoami)} ${HOMEBREW_CELLAR}
EOS
fi