Pipe error message from openapi/swaggerspec verify checks to stderr

This commit is contained in:
Christoph Blecker
2018-02-13 21:38:46 -08:00
parent 1aa2a027ed
commit 839fe0ce4a
2 changed files with 3 additions and 3 deletions

View File

@@ -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