mirror of https://github.com/k3s-io/k3s
Route verify-boilerplate output to stderr
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