Fix sort hint in hack/verify-golint.sh.

This commit is contained in:
Random-Liu 2016-08-24 20:55:14 -07:00
parent f488d118ad
commit 5d11de1c2e

View File

@ -44,7 +44,7 @@ if ! diff -u "${linted_file}" <(LANG=C sort "${linted_file}"); then
echo
echo "hack/.linted_packages is not in alphabetical order. Please sort it:"
echo
echo " sort -o hack/.linted_packages hack/.linted_packages"
echo " LANG=C sort -o hack/.linted_packages hack/.linted_packages"
echo
} >&2
false