docs_version_pragma_check.sh: Fail when there is no matching release

This commit is contained in:
Kamil Śliwak
2020-12-12 04:52:16 +01:00
parent 6fc45b3e02
commit 304b2fe232
+1
View File
@@ -120,6 +120,7 @@ function findMinimalVersion()
if [ -z "$version" ]
then
printError "No release $sign$pragmaVersion was listed in available releases!"
exit 1
fi
}