mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-13 21:25:09 +00:00
Fix sort hint in hack/verify-golint.sh
.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user