mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-31 07:20:13 +00:00
Fix sort hint in hack/verify-golint.sh
.
This commit is contained in:
parent
f488d118ad
commit
5d11de1c2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user