Skip to content

Commit 34aee1c

Browse files
committed
update error message
1 parent 76c8d60 commit 34aee1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/generate-samples.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ else
6666
retcode=${PIPESTATUS[0]}
6767
fi
6868

69-
if [[ $retcode -ne 0 ]] || grep -q -i "exception" "$tmpfile"; then
69+
if [[ $retcode -ne 0 ]] || grep -q -i "at org.openapitools" "$tmpfile"; then
7070
echo "Found exception(s) when running the generator(s) to update the samples."
7171
exit 1
7272
fi

0 commit comments

Comments
 (0)