Fix bug in workflow file.

Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
Michael Keller 2025-01-01 18:40:29 +13:00
parent 12cc3d0206
commit d5519847af

View file

@ -40,6 +40,6 @@ jobs:
diff -u SupportedDivecomputers.html SupportedDivecomputers_new.html
if [ $? -ne 0 -o $TXT_EXIT_CODE -ne 0 ] ; then
echo "The list of supported dive computers in libdivecomputer has changed. Please run `scripts/update-supported-divecomputer-lists.sh` and commit the resulting changes."
echo "The list of supported dive computers in libdivecomputer has changed. Please run \`scripts/update-supported-divecomputer-lists.sh\` and commit the resulting changes."
exit 1
fi