diff --git a/swagger-validate.sh b/swagger-validate.sh index 239e915..5304a03 100644 --- a/swagger-validate.sh +++ b/swagger-validate.sh @@ -2,7 +2,9 @@ swagger generate spec --scan-models -o docs/spec.json (cd docs && packr && git add .) -if [[ `git status --porcelain | grep docs` ]]; then +if [[ `git diff docs` ]]; then + git status --porcelain | grep docs + git diff docs echo Swagger or the Packr file is not up-to-date exit 1 fi \ No newline at end of file