[utils] Don't print username in arcanist clang format message
I didn't realise this message was also posted to the phabricator review. Just say "the user's local path". "local" is the important part, the username is not important.
This commit is contained in:
parent
ce76093c3c
commit
810d4a6ff6
|
@ -14,7 +14,7 @@ set -euo pipefail
|
|||
# switch to warning or error if you want to prompt the user.
|
||||
if ! hash clang-format >/dev/null; then
|
||||
echo "advice"
|
||||
echo "clang-format not found in $(whoami)’s local PATH; not linting file."
|
||||
echo "clang-format not found in user’s local PATH; not linting file."
|
||||
echo "===="
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user