mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-07 20:21:20 +00:00
Fix spelling in package naming linter error message
This commit is contained in:
@@ -65,8 +65,8 @@ echo "${reset}"
|
||||
echo -ne "Checking for package aliases... "
|
||||
if ! hack/verify-pkg-names.sh > /dev/null; then
|
||||
echo "${red}ERROR!"
|
||||
echo "Some package aliase break go conventions. To fix these errors, "
|
||||
echo "do not use capitalizaed or underlined characters in pkg aliases. "
|
||||
echo "Some package aliases break go conventions. To fix these errors, "
|
||||
echo "do not use capitalized or underlined characters in pkg aliases. "
|
||||
echo "Refer to https://blog.golang.org/package-names for more info."
|
||||
exit_code=1
|
||||
else
|
||||
|
Reference in New Issue
Block a user