mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 21:21:14 +00:00
Pipe error message from openapi/swaggerspec verify checks to stderr
This commit is contained in:
@@ -44,7 +44,7 @@ if [[ $ret -eq 0 ]]
|
||||
then
|
||||
echo "${SPECROOT} up to date."
|
||||
else
|
||||
echo "${SPECROOT} is out of date. Please run hack/update-swagger-spec.sh"
|
||||
echo "${SPECROOT} is out of date. Please run hack/update-swagger-spec.sh" >&2
|
||||
exit 1
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user