Commit 5d11de1c authored by Random-Liu's avatar Random-Liu

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

parent f488d118
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment