Skip to content

Commit 810d4a6

Browse files
committed
[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.
1 parent ce76093 commit 810d4a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/arcanist/clang-format.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ set -euo pipefail
1414
# switch to warning or error if you want to prompt the user.
1515
if ! hash clang-format >/dev/null; then
1616
echo "advice"
17-
echo "clang-format not found in $(whoami)’s local PATH; not linting file."
17+
echo "clang-format not found in user’s local PATH; not linting file."
1818
echo "===="
1919
exit 0
2020
fi

0 commit comments

Comments
 (0)