mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix bug in workflow file.
Signed-off-by: Michael Keller <github@ike.ch>
This commit is contained in:
parent
12cc3d0206
commit
d5519847af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue