Merge pull request #17977 from Homebrew/update-consistent-chown
cmd/update: make chown suggestion consistent
This commit is contained in:
commit
15db0f7bb6
@ -386,7 +386,7 @@ EOS
|
|||||||
${HOMEBREW_CELLAR} is not writable. You should change the
|
${HOMEBREW_CELLAR} is not writable. You should change the
|
||||||
ownership and permissions of ${HOMEBREW_CELLAR} back to your
|
ownership and permissions of ${HOMEBREW_CELLAR} back to your
|
||||||
user account:
|
user account:
|
||||||
sudo chown -R \$(whoami) ${HOMEBREW_CELLAR}
|
sudo chown -R ${USER-\$(whoami)} ${HOMEBREW_CELLAR}
|
||||||
EOS
|
EOS
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user