Skip to content
Snippets Groups Projects
Commit 9dce34f7 authored by Jens Steidl's avatar Jens Steidl :baby_chick:
Browse files

- updated comment

parent d2f93408
No related branches found
No related tags found
No related merge requests found
...@@ -31,6 +31,6 @@ done ...@@ -31,6 +31,6 @@ done
echo -e "${TOOL_OUTPUT}" echo -e "${TOOL_OUTPUT}"
# exit code # exit code
# 0 -> valid pdf/a file and allowed pdf/a flavour # 0 -> valid pdf/a file and allowed pdf/a flavour
# 1 -> invalid pdf/a file or disallowed pdf/a flavour # != 0 -> invalid pdf/a file or disallowed pdf/a flavour
exit "${IS_VALID}" exit "${IS_VALID}"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment