mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-22 03:11:40 +00:00
Route verify-boilerplate output to stderr
This commit is contained in:
parent
3a9e115423
commit
4ae195cb2a
@ -28,7 +28,7 @@ files_need_boilerplate=($(${boiler} "$@"))
|
||||
# Run boilerplate check
|
||||
if [[ ${#files_need_boilerplate[@]} -gt 0 ]]; then
|
||||
for file in "${files_need_boilerplate[@]}"; do
|
||||
echo "Boilerplate header is wrong for: ${file}"
|
||||
echo "Boilerplate header is wrong for: ${file}" >&2
|
||||
done
|
||||
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user